app/views/gaku/exams/edit.html.slim in gaku_frontend-0.2.4 vs app/views/gaku/exams/edit.html.slim in gaku_frontend-0.3.0.pre.0
- old
+ new
@@ -5,10 +5,10 @@
.panel.panel-default
.panel-heading
h4#exam-edit-menu.panel-title
= link_to t(:'edit'), [:edit, @exam], remote: true
.panel-body
- ul.list-unstyled
+ ul#edit-panel.list-unstyled
li#exams-notes-menu
= link_to badge_count(@exam.notes_count, t(:'note.plural'),'notes-count'), [@exam, :notes], remote: true
li#exams-grading-methods-menu
= link_to badge_count(@exam.grading_method_connectors.count, t(:'grading_method.plural'), 'grading-methods-count'), [@exam, :grading_method_connectors], remote: true