Handle unscheduled events
This commit is contained in:
parent
440ba3511e
commit
b664639817
1 changed files with 5 additions and 2 deletions
|
|
@ -77,8 +77,11 @@
|
|||
.col-md-12
|
||||
%dt Date:
|
||||
%dd
|
||||
= inyourtz(@event_schedule.start_time, @conference.timezone) do
|
||||
= @event_schedule.start_time.strftime("%Y %B %e - %H:%M") if @event_schedule
|
||||
- if @event_schedule.present?
|
||||
= inyourtz(@event_schedule.start_time, @conference.timezone) do
|
||||
= @event_schedule.start_time.strftime("%Y %B %e - %H:%M") if @event_schedule
|
||||
- else
|
||||
Unscheduled
|
||||
.col-md-12
|
||||
%dt Duration:
|
||||
%dd= show_time(@event.event_type.length)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue