Sha256: 6bb44c8ee1646da7614dadac7821913a6b86927fd3a52df7e95caf85f3fcc423
Contents?: true
Size: 318 Bytes
Versions: 6
Compression:
Stored size: 318 Bytes
Contents
= modal_for 'show-program-levels-modal' do = modal_header t(:'program_level.list') = modal_body do =table_for 'program-levels-list' do thead tr th = t(:'program_level.plural') tbody = content_tag_for(:tr, @program.program_levels) do |level| td = level.level.name
Version data entries
6 entries across 6 versions & 2 rubygems