Remove year from date string

This commit is contained in:
Wout Schellaert 2017-10-11 22:33:27 +02:00
parent a6ddcf846e
commit db598fbcbb

View file

@ -20,7 +20,7 @@
<div class="is-divider"></div>
<div class="">
<%= fa :'clock-o' , fw: true %><%= @event[:time].strftime('%A %d %B %Y %H:%M') %>
<%= fa :'clock-o' , fw: true %><%= @event[:time].strftime('%A %d %B, %H:%M') %>
<br>
<%= fa :'map-marker', fw: true %><%= @event[:location] %>
</div>