Add new lines at eof

This commit is contained in:
Maximilian Grundke
2017-10-04 12:53:09 +02:00
parent 70eb0d19b8
commit 06e99059d4
6 changed files with 6 additions and 6 deletions

View File

@@ -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)