Event model improvements
- Drop selected_event_schedule function - Rename scheduled_room and scheduled_start_time to room and time as if there is no selected_schedule, the event is not scheduled.
This commit is contained in:
parent
5001848af7
commit
a578167cf5
13 changed files with 32 additions and 35 deletions
|
|
@ -75,8 +75,8 @@
|
|||
.col-md-12
|
||||
%dt Room:
|
||||
%dd
|
||||
- if @event.scheduled_room
|
||||
= @event.scheduled_room.name
|
||||
- if @event.room
|
||||
= @event.room.name
|
||||
.col-md-12
|
||||
%dt Conference:
|
||||
%dd= @event.program.conference.title
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue