Sha256: bfde77f6c28d4acefad1715b9d23ef97b1dcee5312f159174ec4664e07c7903d
Contents?: true
Size: 807 Bytes
Versions: 6
Compression:
Stored size: 807 Bytes
Contents
= content_for :show_header do h3 = t(:'exam.show') = well_div do = render 'show_table', exam: @exam = well_div do #new-exam-exam-portion.hide style='margin-bottom:20px' .pull-left = count_div 'exam-exam-portions-count' do = print_count(@exam.exam_portions.count, t_exam_portion_list) .pull-right = ajax_link_to_new t(:'exam.add_portion'), [:new, @exam, :exam_portion], id: 'new-exam-exam-portion-link' = hr #exam-exam-portions = render 'gaku/exams/exam_portions/exam_portions' - if @exam.use_weighting .weight-check-widget = render 'weight_check_widget', exam: @exam = well_div do #exam-notes = render partial: 'gaku/notes/notes' = well_div do .span6 = link_to_edit_with_text [:edit,@exam], remote: true .span6 = link_to_back exams_path
Version data entries
6 entries across 6 versions & 2 rubygems