Sha256: 2b7c93748fd542e74caeb2c074efb903267cf475a640225b15269707a6a05313

Contents?: true

Size: 658 Bytes

Versions: 16

Compression:

Stored size: 658 Bytes

Contents

#new-exam-session.d-none

= index_header do
  .pull-left
    = count_div "exam-sessions-count" do
      = print_count @exam_sessions.count, t(:'exam_session.list')
  .pull-right
    = ajax_link_to_new t(:'exam_session.add'), [:new, :exam_session], {id: 'new-exam-session-link'}

= index_body do
  = table_for 'exam-sessions-index' do
    thead
      tr
        = th t(:'exam_session.name')
        = th t(:'exam_session.session_time')
        = th t(:'exam.singular')
        = th t(:'exam_session.session_start')
        = th_actions 1
    tbody
      = render partial: 'gaku/exams/exam_sessions/exam_session', collection: @exam_sessions, as: :exam_session

Version data entries

16 entries across 16 versions & 2 rubygems

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