Sha256: f7a5f576da9201857fdb67bada588d54d2da51eb0e8ca2f72fb0108da7744d86

Contents?: true

Size: 814 Bytes

Versions: 16

Compression:

Stored size: 814 Bytes

Contents

.row#students-checked-div.center-block
  .col-md-12
    .panel.panel-success
      .panel-heading
        = t(:'student.selection')
        span.chosen-count
      .panel-body
        = remote_form_for [:create_from_selection, @enrollmentable, @enrollment], { resource: "#{@enrollmentable_resource}-enrollment", label: t(:'enrollment.singular') } do |f|
          table#chosen-table.table
            tbody#students-checked
              - @student_selection.each do |student|
                = render 'gaku/student_selection/selected_student', student: student
                input type='hidden' name='selected_students[]' value="#{student['id']}"

          #chosen-actions.panel-footer
            = buttons_for @enrollment, { resource: "#{@enrollmentable_resource}-enrollment", label: t(:'enrollment.save') }

Version data entries

16 entries across 16 versions & 2 rubygems

Version Path
gaku_frontend-0.3.0 app/views/gaku/shared/student_selection/_chooser.html.slim
gaku_frontend-0.3.0.pre.4 app/views/gaku/shared/student_selection/_chooser.html.slim
gaku_frontend-0.3.0.pre.3 app/views/gaku/shared/student_selection/_chooser.html.slim
gaku_frontend-0.3.0.pre.2 app/views/gaku/shared/student_selection/_chooser.html.slim
gaku_frontend-0.3.0.pre.1 app/views/gaku/shared/student_selection/_chooser.html.slim
gaku_frontend-0.3.0.pre.0 app/views/gaku/shared/student_selection/_chooser.html.slim
gaku-0.2.4 frontend/app/views/gaku/shared/student_selection/_chooser.html.slim
gaku_frontend-0.2.4 app/views/gaku/shared/student_selection/_chooser.html.slim
gaku-0.2.3 frontend/app/views/gaku/shared/student_selection/_chooser.html.slim
gaku_frontend-0.2.3 app/views/gaku/shared/student_selection/_chooser.html.slim
gaku-0.2.2 frontend/app/views/gaku/shared/student_selection/_chooser.html.slim
gaku_frontend-0.2.2 app/views/gaku/shared/student_selection/_chooser.html.slim
gaku-0.2.1 frontend/app/views/gaku/shared/student_selection/_chooser.html.slim
gaku_frontend-0.2.1 app/views/gaku/shared/student_selection/_chooser.html.slim
gaku-0.2.0 frontend/app/views/gaku/shared/student_selection/_chooser.html.slim
gaku_frontend-0.2.0 app/views/gaku/shared/student_selection/_chooser.html.slim