Sha256: 0690c90ded75212339c90af85234bba97d0a95e35fe222f0d580648839c454a4
Contents?: true
Size: 768 Bytes
Versions: 6
Compression:
Stored size: 768 Bytes
Contents
#admin-school-programs = index_header do #new-admin-school-program.hide .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 3 tbody = render partial: 'gaku/admin/schools/programs/program', collection: @school.programs, as: :program
Version data entries
6 entries across 6 versions & 2 rubygems