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

10 lines
182 B
Text

%p#notice= notice
%p
%strong Name:
= @district.name
%p
%strong State:
= @district.state_id
= link_to 'Edit', edit_district_path(@district)
|
= link_to 'Back', districts_path