mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Point to Giggity from the schedule page
Tell users that they can also view schedules in an android app.
This commit is contained in:
parent
a8ad134706
commit
4dc618810b
5 changed files with 35 additions and 0 deletions
|
|
@ -44,6 +44,9 @@ class SchedulesController < ApplicationController
|
|||
end
|
||||
@selected_schedules_ids.compact!
|
||||
@event_schedules_by_room_id = event_schedules.select { |s| @selected_schedules_ids.include?(s.schedule_id) }.group_by(&:room_id)
|
||||
@qr_code = RQRCode::QRCode.new(conference_schedule_url).as_svg(offset: 20, color: '000',
|
||||
shape_rendering: 'crispEdges',
|
||||
module_size: 11)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue