Files
sure/app/views/categories/edit.html.erb
Zach Gollwitzer 77def1db40 Nested Categories (#1561)
* Prepare entry search for nested categories

* Subcategory implementation

* Remove caching for test stability
2024-12-20 11:37:26 -05:00

4 lines
126 B
Plaintext

<%= modal_form_wrapper title: t(".edit") do %>
<%= render "form", category: @category, categories: @categories %>
<% end %>