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

Version Path
gaku_core-0.0.3 app/views/gaku/admin/schools/programs/program_levels/_modal.html.slim
gaku-0.0.3 core/app/views/gaku/admin/schools/programs/program_levels/_modal.html.slim
gaku-0.0.2 core/app/views/gaku/admin/schools/programs/program_levels/_modal.html.slim
gaku_core-0.0.2 app/views/gaku/admin/schools/programs/program_levels/_modal.html.slim
gaku-0.0.1 core/app/views/gaku/admin/schools/programs/program_levels/_modal.html.slim
gaku_core-0.0.1 app/views/gaku/admin/schools/programs/program_levels/_modal.html.slim