mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-02 03:55:20 +02:00
* Prepare entry search for nested categories * Subcategory implementation * Remove caching for test stability
3 lines
134 B
Text
3 lines
134 B
Text
<%= modal_form_wrapper title: t(".new_category") do %>
|
|
<%= render "form", category: @category, categories: @categories %>
|
|
<% end %>
|