Offline participation completed page
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

This commit is contained in:
sto
2025-11-03 11:21:34 +01:00
parent aeb6989223
commit 8d50c14a7b
3 changed files with 7 additions and 1 deletions

View File

@@ -1 +1,5 @@
| TODO 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")

View File

@@ -246,6 +246,7 @@ en:
log_out: Log out log_out: Log out
offlines: offlines:
form: form:
completed_message: Thanks for your participation!
end_image_select: Take a photo of your completed puzzle end_image_select: Take a photo of your completed puzzle
start_image_select: Take a photo of the puzzle with the provided code written on a paper before starting it start_image_select: Take a photo of the puzzle with the provided code written on a paper before starting it
start_message: Let's go! start_message: Let's go!

View File

@@ -217,6 +217,7 @@ fr:
log_out: Déconnexion log_out: Déconnexion
offlines: offlines:
form: form:
completed_message: Merci pour ta participation !
end_image_select: Prends une photo du puzzle une fois complété end_image_select: Prends une photo du puzzle une fois complété
start_image_select: Prends une photo du puzzle avant de le commencer, avec le code donné par l'organisateur.ice écrit sur du papier start_image_select: Prends une photo du puzzle avant de le commencer, avec le code donné par l'organisateur.ice écrit sur du papier
start_message: C'est parti ! start_message: C'est parti !