Events: clarify messages
Some checks failed
CI / scan_ruby (push) Has been cancelled
CI / scan_js (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / test (push) Has been cancelled

This commit is contained in:
sto
2026-07-28 13:20:29 +02:00
parent d52a058328
commit 17d99a92c0
5 changed files with 14 additions and 5 deletions

View File

@@ -31,6 +31,6 @@
= t("events.index.my_contests_outside_events")
.card-body
.card-text.mb-2
= "#{@contests_without_event} " + t("events.index.contests") if @contests_without_event > 1
= "#{@contests_without_event} " + t("events.index.contest") if @contests_without_event <= 1
= "#{@contests_without_event} " + t("events.index.other_contests") if @contests_without_event > 1
= "#{@contests_without_event} " + t("events.index.other_contest") if @contests_without_event <= 1
a.stretched-link href=contests_path