Update Bootstrap from v4 to v5
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
- exercises = Exercise.order(:title)
|
||||
|
||||
form#exercise-selection
|
||||
.form-group
|
||||
.mb-3
|
||||
span.badge = t('activerecord.attributes.exercise_collections.exercises')
|
||||
.mb-2
|
||||
= collection_select({}, :exercise_ids, exercises, :id, :title, {}, {id: 'add-exercise-list', class: 'form-control', multiple: true})
|
||||
|
Reference in New Issue
Block a user