mirror of
https://github.com/we-promise/sure.git
synced 2026-04-11 08:14:49 +00:00
* Prepare entry search for nested categories * Subcategory implementation * Remove caching for test stability
4 lines
126 B
Plaintext
4 lines
126 B
Plaintext
<%= modal_form_wrapper title: t(".edit") do %>
|
|
<%= render "form", category: @category, categories: @categories %>
|
|
<% end %>
|