Sha256: 347d9307bb031ff2a7525e157f4a0fb261972d9e1097bb0ac09f7b71bcae83d6

Contents?: true

Size: 684 Bytes

Versions: 20

Compression:

Stored size: 684 Bytes

Contents

= index_header do
    #new-student-simple-grade.d-none
    .pull-left
      = count_div 'student-simple-grades-count' do
        = print_count @count, t(:'simple_grade.list')
    .pull-right
      = ajax_link_to_new t(:'simple_grade.add'), [:new, @student, :simple_grade], id: 'new-student-simple-grade-link'

= hr

= table_for 'student-simple-grades-index' do
  thead
    tr
      = th t(:'simple_grade.score')
      = th t(:'simple_grade.award_date')
      = th t(:'simple_grade_type.singular')
      = th t(:'school.singular')
      = th t(:'grading_method.singular')
      = th_actions 2
  tbody
    = render partial: 'simple_grade', collection: @simple_grades, as: :simple_grade

Version data entries

20 entries across 20 versions & 2 rubygems

Version Path
gaku_frontend-0.3.0 app/views/gaku/students/simple_grades/_simple_grades.html.slim
gaku_frontend-0.3.0.pre.4 app/views/gaku/students/simple_grades/_simple_grades.html.slim
gaku_frontend-0.3.0.pre.3 app/views/gaku/students/simple_grades/_simple_grades.html.slim
gaku_frontend-0.3.0.pre.2 app/views/gaku/students/simple_grades/_simple_grades.html.slim
gaku_frontend-0.3.0.pre.1 app/views/gaku/students/simple_grades/_simple_grades.html.slim
gaku_frontend-0.3.0.pre.0 app/views/gaku/students/simple_grades/_simple_grades.html.slim
gaku-0.2.4 frontend/app/views/gaku/students/simple_grades/_simple_grades.html.slim
gaku_frontend-0.2.4 app/views/gaku/students/simple_grades/_simple_grades.html.slim
gaku-0.2.3 frontend/app/views/gaku/students/simple_grades/_simple_grades.html.slim
gaku_frontend-0.2.3 app/views/gaku/students/simple_grades/_simple_grades.html.slim
gaku-0.2.2 frontend/app/views/gaku/students/simple_grades/_simple_grades.html.slim
gaku_frontend-0.2.2 app/views/gaku/students/simple_grades/_simple_grades.html.slim
gaku-0.2.1 frontend/app/views/gaku/students/simple_grades/_simple_grades.html.slim
gaku_frontend-0.2.1 app/views/gaku/students/simple_grades/_simple_grades.html.slim
gaku-0.2.0 frontend/app/views/gaku/students/simple_grades/_simple_grades.html.slim
gaku_frontend-0.2.0 app/views/gaku/students/simple_grades/_simple_grades.html.slim
gaku-0.1.1 frontend/app/views/gaku/students/simple_grades/_index.html.slim
gaku_frontend-0.1.1 app/views/gaku/students/simple_grades/_index.html.slim
gaku-0.1.0 frontend/app/views/gaku/students/simple_grades/_index.html.slim
gaku_frontend-0.1.0 app/views/gaku/students/simple_grades/_index.html.slim