mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-08 23:18:18 -07:00
6 lines
144 B
Text
6 lines
144 B
Text
<h1>Editing Category</h1>
|
|
|
|
<%= render 'form', category: @category %>
|
|
|
|
<%= link_to 'Show', @category %> |
|
|
<%= link_to 'Back', categories_path %>
|