Sha256: fb32795f90cf4eebde9851c1389dde4ca39bca0c6a1fdaf5bf7db4ca2a47b763

Contents?: true

Size: 900 Bytes

Versions: 6

Compression:

Stored size: 900 Bytes

Contents

.row
  .col-md-2
    .panel-group#accordion

      .panel.panel-default
        .panel-heading
          h4#exam-session-edit-menu.panel-title
            = link_to t(:'edit'), [:edit, @exam_session], remote: true
        .panel-body
          ul#edit-panel.list-unstyled
            li#exam-sessions-enrollments-menu
              = link_to badge_count(@exam_session.students.count, t(:'student.plural'), 'students-count'), [@exam_session, :enrollments], remote: true
            li#exam-sessions-grading-methods-menu
                = link_to badge_count(@exam_session.grading_method_connectors.count, t(:'grading_method.plural'), 'grading-methods-count'), [@exam_session, :grading_method_connectors], remote: true
            li#exam-sessions-grading
              = link_to t('grade.grading'), grading_exam_session_path(@exam_session)
  .col-md-10#ajax-load
    = render 'edit_form', exam: @exam

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
gaku_frontend-0.3.0 app/views/gaku/exams/exam_sessions/edit.html.slim
gaku_frontend-0.3.0.pre.4 app/views/gaku/exams/exam_sessions/edit.html.slim
gaku_frontend-0.3.0.pre.3 app/views/gaku/exams/exam_sessions/edit.html.slim
gaku_frontend-0.3.0.pre.2 app/views/gaku/exams/exam_sessions/edit.html.slim
gaku_frontend-0.3.0.pre.1 app/views/gaku/exams/exam_sessions/edit.html.slim
gaku_frontend-0.3.0.pre.0 app/views/gaku/exams/exam_sessions/edit.html.slim