fix date formatting for events
This commit is contained in:
parent
7fc751dc2e
commit
cef04e5635
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
||||||
<%= event[:description] %>
|
<%= event[:description] %>
|
||||||
</div>
|
</div>
|
||||||
<div class="time">
|
<div class="time">
|
||||||
<%= event[:time] %>
|
<%= event[:time].strftime '%A %d %B %Y %H:%M' %>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue