mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
parent
e555b37bd6
commit
3da0bb3073
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ class SchedulesController < ApplicationController
|
|||
end
|
||||
|
||||
format.html do
|
||||
@rooms = @conference.venue.rooms if @conference.venue
|
||||
@rooms = @conference.venue.rooms.order(:name) if @conference.venue
|
||||
@dates = @conference.start_date..@conference.end_date
|
||||
@step_minutes = @program.schedule_interval.minutes
|
||||
@conf_start = @conference.start_hour
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue