Sha256: 1a07a8fa3b045fbf2d7abf6192d5eba1ac000f0201038243e27cdba78ccedfe2
Contents?: true
Size: 530 Bytes
Versions: 6
Compression:
Stored size: 530 Bytes
Contents
= content_for :index_header do .pull-left = count_div 'exams-count' do = print_count @count, t_exam_list .pull-right = ajax_link_to_new t(:'exam.add'), [:new, :exam], id: 'new-exam-link' = content_for :new_form do #new-exam.hide /= render 'form' = table_for 'exams-index' do thead tr = th t(:'exam.name') = th t(:'exam.adjustments') = th t(:'exam.weight') = th t(:'exam.use_weighting') = th_actions 3 tbody = render partial: 'exam', as: :exam, collection: @exams
Version data entries
6 entries across 6 versions & 2 rubygems