mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
All events takes you to the current day
This commit is contained in:
parent
6d9eabcc0e
commit
39c4261859
3 changed files with 14 additions and 0 deletions
|
|
@ -31,6 +31,9 @@ class ConferenceController < ApplicationController
|
|||
|
||||
@scheduled_events = @conference.program.events.scheduled
|
||||
@unscheduled_events = @conference.program.events.unscheduled
|
||||
|
||||
day = @conference.current_conference_day
|
||||
@tag = day.strftime('%Y-%m-%d') if day
|
||||
end
|
||||
|
||||
private
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue