Sha256: b2fe6b3cf3c0049dadca2eb48d003deb64a339845e453d36cfee46786c651367

Contents?: true

Size: 584 Bytes

Versions: 6

Compression:

Stored size: 584 Bytes

Contents

= index_header do
    #new-student-simple-grade.hide
    .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.singular')
      =th t(:'simple_grade.grade')
      =th t(:'school.singular')
      =th_actions 2
  tbody
    =render partial: 'simple_grade', collection: @simple_grades, as: :simple_grade

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
gaku_core-0.0.3 app/views/gaku/students/simple_grades/_index.html.slim
gaku-0.0.3 core/app/views/gaku/students/simple_grades/_index.html.slim
gaku-0.0.2 core/app/views/gaku/students/simple_grades/_index.html.slim
gaku_core-0.0.2 app/views/gaku/students/simple_grades/_index.html.slim
gaku-0.0.1 core/app/views/gaku/students/simple_grades/_index.html.slim
gaku_core-0.0.1 app/views/gaku/students/simple_grades/_index.html.slim