Sha256: dbc43c395a0e8b64f203d2b6c906d4533ae23ae18a763df834ecc1ae76d3a60a
Contents?: true
Size: 772 Bytes
Versions: 16
Compression:
Stored size: 772 Bytes
Contents
#admin-school-programs = index_header do #new-admin-school-program.d-none .pull-left = count_div 'admin-school-programs-count' do = print_count @school.programs.count, t(:'program.list') .pull-right = ajax_link_to_new t(:'program.add'), [:new, :admin, @school, :program], id: 'new-admin-school-program-link' = hr = index_body do = table_for 'admin-school-programs-index' do thead tr = th t(:'program.name') = th t(:'program.description') = th t(:'program.levels') = th t(:'syllabus.plural') = th t(:'specialty.plural') = th_actions 2 tbody = render partial: 'gaku/admin/schools/programs/program', collection: @school.programs, as: :program
Version data entries
16 entries across 16 versions & 2 rubygems