Point to Giggity from the schedule page

Tell users that they can also view schedules in an android app.
This commit is contained in:
Henne Vogelsang 2019-05-20 15:43:54 +02:00
parent a8ad134706
commit 4dc618810b
No known key found for this signature in database
GPG key ID: 9D6164C2955FADE0
5 changed files with 35 additions and 0 deletions

View file

@ -228,6 +228,7 @@ linters:
- "app/views/schedules/_schedule.html.haml"
- "app/views/schedules/_schedule_item.html.haml"
- "app/views/schedules/_schedule_tabs.html.haml"
- "app/views/schedules/_qr_code_modal.html.haml"
- "app/views/schedules/events.html.haml"
- "app/views/schedules/show.html.haml"
- "app/views/schedules/show.xml.haml"
@ -310,6 +311,7 @@ linters:
# Offense count: 1074
LineLength:
max: 150
exclude:
- "app/views/admin/booths/_change_state_dropdown.html.haml"
- "app/views/admin/booths/index.html.haml"