Sha256: cd29cedd31fcf668f28ff076c6fcb663a9301b66be6b0db054819f3c5eb77a51
Contents?: true
Size: 567 Bytes
Versions: 20
Compression:
Stored size: 567 Bytes
Contents
= index_header do #new-student-badge.d-none .pull-left = count_div 'student-badges-count' do = print_count @count, t(:'badge.list') .pull-right = ajax_link_to_new t(:'badge.add'), [:new, @student, :badge], id: 'new-student-badge-link' hr = table_for 'student-badges-index' do thead tr = th t(:'badge_type.name') = th t(:'badge_type.description') = th t(:'badge_type.authority') = th t(:'badge_type.badge_image') = th_actions 2 tbody = render partial: 'badge', collection: badges, as: :badge
Version data entries
20 entries across 20 versions & 2 rubygems