Use contestant name in title of their page
All checks were successful
CI / scan_ruby (push) Successful in 17s
CI / scan_js (push) Successful in 14s
CI / lint (push) Successful in 14s
CI / test (push) Successful in 43s

This commit is contained in:
sto
2025-11-08 09:59:08 +01:00
parent d1df551a0c
commit 6549124c08

View File

@@ -8,6 +8,7 @@ class ContestantsController < ApplicationController
@action_name = t("helpers.buttons.back") @action_name = t("helpers.buttons.back")
@action_path = contest_path(@contest) @action_path = contest_path(@contest)
@title = @contestant.name
end end
def new def new