Merge pull request #1338 from nasia-sam/change_date_format

changed date format in proposals#show
This commit is contained in:
Stella Rouzi 2017-03-08 11:08:24 +02:00 committed by GitHub
commit 56c7906d52

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)