chore: On tickets#show add back link to order#show

Instead of going back to dashboard, user now goes to order
details.
This commit is contained in:
kbe
2025-09-07 00:21:36 +02:00
parent 7694e50fa0
commit ceb5a13297
3 changed files with 6 additions and 4 deletions

View File

@@ -60,7 +60,6 @@ Rails.application.routes.draw do
get "payments/cancel", to: "tickets#payment_cancel", as: "payment_cancel"
# === Tickets ===
# Support both ticket_id and qr_code for backward compatibility
get "tickets/:qr_code", to: "tickets#show", as: "ticket"
get "tickets/:qr_code/download", to: "tickets#download", as: "ticket_download"