From c7e6fb42b72f03e0a369d45136824fc93a6a162b Mon Sep 17 00:00:00 2001 From: nasia Date: Tue, 7 Mar 2017 20:43:48 +0200 Subject: [PATCH] changed date format in proposals#show --- app/views/proposals/show.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/proposals/show.html.haml b/app/views/proposals/show.html.haml index baf0e404..2c612e69 100644 --- a/app/views/proposals/show.html.haml +++ b/app/views/proposals/show.html.haml @@ -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)