Sha256: fb6c66fcae7eba202cb78be1ba6e2ef0e35fb9e4c9ac485870f6dedc3880f2f5
Contents?: true
Size: 1.04 KB
Versions: 6
Compression:
Stored size: 1.04 KB
Contents
= index_header do #new-admin-grading-method-set-grading-method-set-item.hide .pull-left = count_div 'admin-grading-method-set-grading-method-set-items-count' do = print_count @count, t_grading_method_list .pull-right = ajax_link_to_new t(:'grading_method.add'), [:new, :admin, @grading_method_set, :grading_method_set_item], id: 'new-admin-grading-method-set-grading-method-set-item-link' = hr = index_body do = table_for 'admin-grading-method-set-grading-method-set-items-index' do thead tr = th t(:'order') = th t(:'grading_method.name') = th t(:'grading_method.description') = th t(:'grading_method.method') = th t(:'grading_method.arguments') = th t(:'grading_method.curved') = th_actions 2 tbody class='sortable' data-sort-url='#{sort_admin_grading_method_set_grading_method_set_items_path(@grading_method_set)}' = render partial: 'gaku/admin/grading_method_sets/grading_method_set_items/item', collection: @grading_method_set.items, as: :grading_method_set_item
Version data entries
6 entries across 6 versions & 2 rubygems