Sha256: 73530afade3e392437671aa75aa39fc1a003716e8049ace217fffe9b687c0142
Contents?: true
Size: 611 Bytes
Versions: 20
Compression:
Stored size: 611 Bytes
Contents
= panel_for 'exam-panel' do = panel_header 'Exam information', @exam table.table.table-bordered.th-center tbody tr th.active = t(:'exam.name') td h2 = @exam.name tr th.active = t(:'department.singular') td = @exam.department tr th.active = t(:'exam.weight') td = @exam.weight tr th.active = t(:'exam.description') td = @exam.description tr th.active = t(:'exam.adjustments') td = @exam.adjustments = render 'tabs' = footer do .col-md-12 = link_to_index exams_path
Version data entries
20 entries across 20 versions & 2 rubygems