changed date format in proposals#show

This commit is contained in:
nasia 2017-03-07 20:43:48 +02:00
parent b46a721a7d
commit c7e6fb42b7

View file

@ -64,7 +64,7 @@
%dl#proposal-info
.col-md-12
%dt Date:
%dd= @event_schedule.start_time.strftime("%Y %B %e %H:%M") if @event_schedule
%dd= @event_schedule.start_time.strftime("%Y %B %e - %H:%M") if @event_schedule
.col-md-12
%dt Duration:
%dd= show_time(@event.event_type.length)