Add new lines at eof
This commit is contained in:
@@ -8,4 +8,4 @@
|
||||
.form-group
|
||||
= f.label(:exercises)
|
||||
= f.collection_select(:exercise_ids, exercises, :id, :title, {}, {class: 'form-control', multiple: true})
|
||||
.actions = render('shared/submit_button', f: f, object: @exercise_collection)
|
||||
.actions = render('shared/submit_button', f: f, object: @exercise_collection)
|
||||
|
Reference in New Issue
Block a user