mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-08 23:18:18 -07:00
10 lines
335 B
Text
10 lines
335 B
Text
.row
|
|
.col
|
|
=# link_to(image_tag(@district.logo), @district) if @district.present?
|
|
%h2= link_to @school.name, @school
|
|
= simple_format(@school.description)
|
|
%p Data from 2016-2017 school year.
|
|
- if @school.district.present?
|
|
%p
|
|
%strong District:
|
|
= link_to @school.district.name, @school.district
|