Remove year from date string
This commit is contained in:
parent
a6ddcf846e
commit
db598fbcbb
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue