Sha256: 9e28d26cb4aa7dac58e5806cb2e1dda293686444a5f5b7e9407ec71ad3889efc
Contents?: true
Size: 908 Bytes
Versions: 6
Compression:
Stored size: 908 Bytes
Contents
#school-index .row-fluid .span9 = table do tr th.btn-c1 width="25%" = t(:'school.name') td = school.name tr th.btn-c2 = t(:'school.code') td = school.grades tr th.btn-c2 = t(:'school.campuses') td = school.campuses.count tr th.btn-c2 = t(:'school.slogan') td = school.slogan tr th.btn-c2 = t(:'school.founded') td = school.founded tr th.btn-c2 = t(:'school.principal') td = school.principal tr th.btn-c2 = t(:'school.vice_principal') td = school.vice_principal tr th.btn-c2 = t(:'school.grades') td = school.grades -if school.primary? tr th.btn-c2 = t(:'school_level.plural') td = comma_separated_list(school.levels) .span3.well = render 'gaku/admin/shared/picture', resource: school
Version data entries
6 entries across 6 versions & 2 rubygems