Some contest pages translations
All checks were successful
CI / scan_ruby (push) Successful in 17s
CI / scan_js (push) Successful in 12s
CI / lint (push) Successful in 12s
CI / test (push) Successful in 38s

This commit is contained in:
sto
2025-03-27 14:51:25 +01:00
parent 8b0b1c6745
commit 10fa821f19
6 changed files with 29 additions and 12 deletions

View File

@@ -42,8 +42,7 @@
.col-6
.row
.col
h4
| Contestants
h4 = t("contests.show.contestants")
table.table.table-striped.table-hover
thead
tr
@@ -66,4 +65,4 @@
.row.mt-4
.col
a.btn.btn-primary href=new_contest_contestant_path(@contest)
| Add contestant
= t("contests.show.add_participant")