Sha256: d6405ec23803522faee4a91986c9cc3ff389b5fc27723ae84cb54e2226cd3a5d
Contents?: true
Size: 668 Bytes
Versions: 16
Compression:
Stored size: 668 Bytes
Contents
.row .col-md-12 #new-admin-grading-method.d-none .pull-left = count_div 'admin-grading-methods-count' do = print_count @count, t(:'grading_method.list') .pull-right = ajax_link_to_new t(:'grading_method.add'), [:new, :admin, :grading_method], id: 'new-admin-grading-method-link' hr #admin-grading-methods = table_for 'admin-grading-methods-index' do thead tr = th t(:'grading_method.singular') = th t(:'grading_method.description') = th t(:'grading_method.grading_type') = th_actions 2 tbody = render partial: 'grading_method', collection: @grading_methods, as: :grading_method
Version data entries
16 entries across 16 versions & 2 rubygems