Back buttons
All checks were successful
CI / scan_ruby (push) Successful in 16s
CI / scan_js (push) Successful in 12s
CI / lint (push) Successful in 13s
CI / test (push) Successful in 37s

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

@@ -50,6 +50,9 @@ class MessagesController < ApplicationController
def convert
authorize @contest
@action_name = t("helpers.buttons.back")
@action_path = contest_path(@contest)
@message = Message.find(params[:message_id])
@completion = Completion.new()
@completion.display_time_from_start = @message.display_time