Sha256: e01cc186e4b11863383bb774bbf8aa97315513a84b299c37b9d71870a43bfb89

Contents?: true

Size: 824 Bytes

Versions: 6

Compression:

Stored size: 824 Bytes

Contents

= content_for :index_header do
  .pull-left
    = count_div 'admin-grading-method-sets-count' do
      = print_count @count, t_grading_method_set_list
  .pull-right
    = ajax_link_to_new t(:'grading_method_set.add'), [:new, :admin, :grading_method_set], id: 'new-admin-grading-method-set-link'

= content_for :new_form do
  #new-admin-grading-method-set.hide

#admin-grading-method-sets
  = table_for 'admin-grading-method-sets-index' do
    thead
      tr
        = th_icon 'home'
        = th t(:'grading_method_set.singular')
        = th t(:'grading_method_set.display_deviation')
        = th t(:'grading_method_set.display_rank')
        = th t(:'grading_method_set.rank_order')

        = th_actions 3
    tbody
      = render partial: 'grading_method_set', collection: @grading_method_sets, as: :grading_method_set

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
gaku_core-0.0.3 app/views/gaku/admin/grading_method_sets/index.html.slim
gaku-0.0.3 core/app/views/gaku/admin/grading_method_sets/index.html.slim
gaku-0.0.2 core/app/views/gaku/admin/grading_method_sets/index.html.slim
gaku_core-0.0.2 app/views/gaku/admin/grading_method_sets/index.html.slim
gaku-0.0.1 core/app/views/gaku/admin/grading_method_sets/index.html.slim
gaku_core-0.0.1 app/views/gaku/admin/grading_method_sets/index.html.slim