sqm-dashboards/app/views/categories/edit.html.haml
2017-03-04 16:25:24 -05:00

5 lines
122 B
Text

%h1 Editing Category
= render 'form', category: @category
= link_to 'Show', @category
|
= link_to 'Back', categories_path