This commit is contained in:
Eloy Lafuente (stronk7) 2019-10-17 23:08:58 +02:00
commit 7d21639465

View file

@ -65,7 +65,7 @@
}} }}
<div class="border-bottom pb-2"> <div class="border-bottom pb-2">
{{#eventsbyday}} {{#eventsbyday}}
<h5 class="h6 mt-3 mb-0 {{#past}}text-danger{{/past}}">{{#userdate}} {{dayTimestamp}}, {{#str}} strftimedayshort, core_langconfig {{/str}} {{/userdate}}</h5> <h5 class="h6 mt-3 mb-0 {{#past}}text-danger{{/past}}">{{#userdate}} {{dayTimestamp}}, {{#str}} strftimedaydate, core_langconfig {{/str}} {{/userdate}}</h5>
{{> block_timeline/event-list-items }} {{> block_timeline/event-list-items }}
{{/eventsbyday}} {{/eventsbyday}}
</div> </div>