Skip to content

Commit 54c5f7e

Browse files
authored
Merge pull request #15 from mediafigaro/patch-1
shorten date format
2 parents 9e3599d + 73feae3 commit 54c5f7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/views/Collector/git.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
{% endif %}
5656
{% if collector.date %}
5757
<div class="sf-toolbar-info-piece">
58-
<b>{{ collector.date }}</b>
58+
<b>{{ collector.date|date("d-m-Y H:i:s") }}</b>
5959
</div>
6060
{% endif %}
6161
{% if collector.message %}

0 commit comments

Comments
 (0)