Files
puzzle-scoreboard/app/views/contests/offline_completed.html.slim
sto 8d50c14a7b
All checks were successful
CI / scan_ruby (push) Successful in 18s
CI / scan_js (push) Successful in 15s
CI / lint (push) Successful in 15s
CI / test (push) Successful in 42s
Offline participation completed page
2025-11-03 11:21:34 +01:00

5 lines
168 B
Plaintext

h3 = t("offlines.form.completed_message")
- if @contest.public
a.mt-3.btn.btn-success href="/public/#{@contest.slug}"
= t("contests.show.open_public_scoreboard")