[feat]Restrict fullcalendar to display time from the start hour to end hour of a conference
This commit is contained in:
parent
e9145f8940
commit
657c9fdfb8
2 changed files with 5 additions and 1 deletions
|
|
@ -6,4 +6,5 @@
|
|||
= @conference.title
|
||||
|
||||
#vert-schedule-full-calendar
|
||||
#fullcalendar{ data: { rooms: @rooms, events: @event_schedules, day: @day } }
|
||||
#fullcalendar{ data: { rooms: @rooms, events: @event_schedules, day: @day, |
|
||||
'start-hour': @conference.start_hour, 'end-hour': @conference.end_hour } }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue