Fix gigitty link
The modal didn't really work on mobiles. On mobiles you also need the schedule link because it's hard to point your mobile to a QR code on your mobile...
This commit is contained in:
parent
9df85e5ae4
commit
e6049adc52
7 changed files with 31 additions and 33 deletions
|
|
@ -193,6 +193,9 @@ Osem::Application.routes.draw do
|
|||
resources :physical_tickets, only: [:index, :show]
|
||||
resource :subscriptions, only: [:create, :destroy]
|
||||
resource :schedule, only: [:show] do
|
||||
collection do
|
||||
get 'app'
|
||||
end
|
||||
member do
|
||||
get :events
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue