Sha256: 7cac488e6986df5e21a5b0da4772187c9ac751d1c24b362fb04d41106a2ddeb7

Contents?: true

Size: 656 Bytes

Versions: 16

Compression:

Stored size: 656 Bytes

Contents

#student-course-enrollments
  = index_header do
    #new-student-course-enrollment.d-none
    .pull-left
      = count_div 'student-course-enrollments-count' do
        = print_count @student.courses_count, t(:'course.list')
    .pull-right
      = ajax_link_to_new t(:'course_enrollment.add'), [:new, @student, :course_enrollment], id: "new-student-course-enrollment-link"

  = index_body do
      = table_for 'student-course-enrollments-index' do
        thead
          tr
            = th t(:'course.code')
            = th_actions 1
        tbody
          = render partial:'course_enrollment', collection: @course_enrollments, as: :course_enrollment

Version data entries

16 entries across 16 versions & 2 rubygems

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