Ouput correct time in events
This commit is contained in:
parent
b335a9a68c
commit
3120126cad
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@
|
||||||
<% end %>
|
<% end %>
|
||||||
<ul class="iconlist">
|
<ul class="iconlist">
|
||||||
<li class="icon-calendar" title="Datum">
|
<li class="icon-calendar" title="Datum">
|
||||||
<span itemprop="startDate" content="<%= @item[:startdate].strftime("%Y-%m-%d") %>T19:30"><%= @item[:startdate].strftime("%d.%m.%Y") %>, 19:30 Uhr</span>
|
<span itemprop="startDate" content="<%= @item[:startdate].strftime("%Y-%m-%dT%H:%M") %>"><%= @item[:startdate].strftime("%d.%m.%Y, %H:%M") %> Uhr</span>
|
||||||
<% if !@item[:public] %>(nicht öffentlich)<% end %>
|
<% if !@item[:public] %>(nicht öffentlich)<% end %>
|
||||||
</li>
|
</li>
|
||||||
<% if !heading %>
|
<% if !heading %>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue