TODO in template.

This commit is contained in:
Alexey Skobkin 2015-08-08 12:25:24 +03:00
parent 4dfda21401
commit b135ee0cec

View file

@ -66,7 +66,7 @@
<span class="glyphicon {% if event.action == 'subscribe' %}glyphicon-plus{% elseif event.action == 'unsubscribe' %}glyphicon-minus{% endif %}"></span> <span class="glyphicon {% if event.action == 'subscribe' %}glyphicon-plus{% elseif event.action == 'unsubscribe' %}glyphicon-minus{% endif %}"></span>
</td> </td>
<td> <td>
{# Use DateTime helper: https://sonata-project.org/bundles/intl/master/doc/reference/datetime.html #} {# @todo Use DateTime helper: https://sonata-project.org/bundles/intl/master/doc/reference/datetime.html #}
{{ event.date|date('d F Y H:i:s') }} {{ event.date|date('d F Y H:i:s') }}
</td> </td>
</tr> </tr>