mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-09 07:28:41 -07:00
12 lines
224 B
Text
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
|