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
|
.col-md-12
|
||||||
%dt Date:
|
%dt Date:
|
||||||
%dd
|
%dd
|
||||||
= inyourtz(@event_schedule.start_time, @conference.timezone) do
|
- if @event_schedule.present?
|
||||||
= @event_schedule.start_time.strftime("%Y %B %e - %H:%M") if @event_schedule
|
= 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
|
.col-md-12
|
||||||
%dt Duration:
|
%dt Duration:
|
||||||
%dd= show_time(@event.event_type.length)
|
%dd= show_time(@event.event_type.length)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue