sqm-dashboards/app/views/schools/show.html.haml
2017-03-13 15:17:47 -04:00

12 lines
224 B
Text

.row
.col
%p
%strong Name:
= @school.name
- if @school.district.present?
%p
%strong District:
= link_to @school.district.name, @school.district
.row
= render @school_categories