sqm-dashboards/app/views/districts/show.html.haml
2017-03-12 16:17:34 -04:00

19 lines
336 B
Text

.row
.col-12
%p
%strong Name:
= @district.name
%p
%strong State:
= @district.state_id
%p
= link_to 'Edit', edit_district_path(@district)
|
= link_to 'Back', districts_path
.row.mt-3
.col-12
%h4 Schools
- @schools.each do |school|
%p= link_to school.name, school