sqm-dashboards/app/views/districts/edit.html.haml
2017-03-01 13:23:54 -05:00

5 lines
121 B
Text

%h1 Editing District
= render 'form', district: @district
= link_to 'Show', @district
|
= link_to 'Back', districts_path