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