Refactor h1 and inline button for exercise show
This commit is contained in:
@ -5,8 +5,7 @@
|
||||
= javascript_pack_tag('highlight', 'data-turbolinks-track': true)
|
||||
= stylesheet_pack_tag('highlight', media: 'all', 'data-turbolinks-track': true)
|
||||
|
||||
h1
|
||||
= @exercise
|
||||
h1.d-inline-block = @exercise
|
||||
.btn-group.float-right
|
||||
= render('shared/edit_button', object: @exercise)
|
||||
button.btn.btn-secondary.float-right.dropdown-toggle data-toggle='dropdown' type='button'
|
||||
|
Reference in New Issue
Block a user