mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-10 16:00:33 -07:00
19 lines
336 B
Text
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
|