Skip to content

Commit 694f148

Browse files
committed
Merge pull request #43 from ruudk/patch-1
Removed date filter from failed_list.html.twig
2 parents 18310fa + 5bc71e0 commit 694f148

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/views/Default/failed_list.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
{% for job in jobs %}
1919
<tr>
2020
<td class="span1">{{ job.queueName }}</td>
21-
<td class="span2">{{ job.failedAt|date('Y-m-d H:i:s') }}</td>
21+
<td class="span2">{{ job.failedAt }}</td>
2222
<td class="span4">{{ job.name }}</td>
2323
<td class="span5">
2424
{{ job.exceptionClass }}<br>

0 commit comments

Comments
 (0)