Sha256: d5eb95bd47071af433f4cd117c7af786649c82ab1603ead70e78dd9a282a3eb2
Contents?: true
Size: 848 Bytes
Versions: 20
Compression:
Stored size: 848 Bytes
Contents
tr th.active rowspan="2" width="15%" = t(:'school.name') th rowspan=2 h2 = school.name th.active width="10%" = t(:'school.code') = school.grades td width="15%" th.active rowspan="6" width="222px" = render 'gaku/admin/shared/picture', resource: school tr th.active = t(:'school.campuses') td = school.campuses.count tr th.active = t(:'school.slogan') td colspan="3" = school.slogan tr th.active = t(:'school.founded') td colspan="3" = school.founded tr th.active = t(:'school.principal') td colspan="3" = school.principal tr th.active = t(:'school.vice_principal') td colspan="3" = school.vice_principal tr th.active = t(:'school.grades') td colspan="4" = school.grades -if school.primary? tr th.active = t(:'school_level.plural') td colspan="4" = comma_separated_list(school.levels)
Version data entries
20 entries across 20 versions & 2 rubygems