Rename v5 FontAwesome icons to match v6 name

While FontAwesome provides aliases for all icons, we switch to the new names for consistency. See all changes at:
https://fontawesome.com/docs/web/setup/upgrade/whats-changed#icons-renamed-in-version-6
This commit is contained in:
Sebastian Serth
2022-08-09 13:13:41 +02:00
committed by Sebastian Serth
parent f50c0a839f
commit d93e71dc28
13 changed files with 20 additions and 20 deletions

View File

@@ -3,6 +3,6 @@
span.fa.fa-bars.mr-3
= tip.to_s
a.fa.fa-eye.ml-2 href=tip_path(tip) target='_blank'
a.fa.fa-times.ml-2.remove-tip href='#'
a.fa.fa-xmark.ml-2.remove-tip href='#'
.list-group.nested-sortable-list class="#{exercise_tip.children.present? ? 'mt-3' : ''}"
= render(partial: 'tips/sortable_tip', collection: exercise_tip.children, as: :exercise_tip)