Sha256: 22e8530b545c549d18dcb0e4e9b2859116d0157c5726844ded492f02c3be5154

Contents?: true

Size: 598 Bytes

Versions: 16

Compression:

Stored size: 598 Bytes

Contents

.row
  .col-md-12
    ul.nav.nav-tabs.nav-justified
      li#class_group_students_tab.active
        a#exams-tab-link data-toggle="tab" href="#exams"
          = print_count @exams.count, t(:'exam.plural')
      li
        a#exam-sessions-tab-link data-toggle="tab" href="#exam-sessions"
          = print_count @exam_sessions.count, t(:'exam_session.plural')


    .tab-content
      #exams.tab-pane.active
        .row
          .col-md-12
            = render 'exams'

      #exam-sessions.tab-pane
        .row
          .col-md-12
            = render 'gaku/exams/exam_sessions/exam_sessions'

Version data entries

16 entries across 16 versions & 2 rubygems

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