Improve numbering format for tips

This commit is contained in:
Sebastian Serth
2020-10-25 17:24:25 +01:00
parent 0f2f2df665
commit a9008d2a26
2 changed files with 6 additions and 3 deletions

View File

@@ -10,4 +10,4 @@
i.fa.fa-lightbulb
= t('exercises.implement.tips.heading')
.card-body.text-dark.bg-white.p-2
= render(partial: 'tips/collapsed_card', collection: @tips, as: :exercise_tip)
= render(partial: 'tips/collapsed_card', collection: @tips, as: :exercise_tip, locals: { tip_prefix: '' })