Back buttons

This commit is contained in:
sto
2025-06-18 19:09:55 +02:00
parent 67d2ef41b3
commit b8674a126f
8 changed files with 67 additions and 3 deletions

View File

@@ -23,6 +23,9 @@ class ContestsController < ApplicationController
def edit
authorize @contest
@action_name = t("helpers.buttons.back")
@action_path = contest_path(@contest)
end
def new