mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 21:48:16 -08:00
14 lines
401 B
Text
14 lines
401 B
Text
.row
|
|
.col
|
|
=# link_to(image_tag(@district.logo), @district) if @district.present?
|
|
%h2= link_to @school.name, @school
|
|
= simple_format(@school.description)
|
|
- if @year.present?
|
|
%p
|
|
Data from
|
|
= "#{@year - 1}-#{@year}"
|
|
school year.
|
|
- if @school.district.present?
|
|
%p
|
|
%strong District:
|
|
= link_to @school.district.name, @school.district
|