diff --git a/app/views/tips/_collapsed_card.html.slim b/app/views/tips/_collapsed_card.html.slim
index 789a021d..fac417be 100644
--- a/app/views/tips/_collapsed_card.html.slim
+++ b/app/views/tips/_collapsed_card.html.slim
@@ -24,4 +24,4 @@
= tip.example
= render(partial: 'tips/collapsed_card',
collection: exercise_tip.children, as: :exercise_tip,
- locals: { tip_prefix: "#{index}." })
+ locals: { tip_prefix: "#{tip_prefix + index.to_s}." })