Events: clarify messages
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user