sqm-dashboards/app/views/layouts/_school_header.html.haml
2018-07-21 11:42:16 -04:00

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