Use contestant name in title of their page
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user