fix date formatting for events

This commit is contained in:
Lorin Werthen 2016-10-10 13:54:08 +02:00
parent 7fc751dc2e
commit cef04e5635

View file

@ -18,7 +18,7 @@
<%= event[:description] %>
</div>
<div class="time">
<%= event[:time] %>
<%= event[:time].strftime '%A %d %B %Y %H:%M' %>
</div>
</div>