Files
sure/app/views/categories/new.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
134 B
Plaintext

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