Prechádzať zdrojové kódy

Merge remote-tracking branch 'origin/master'

Thomas Rabaix 14 rokov pred
rodič
commit
4c7711d50f
1 zmenil súbory, kde vykonal 13 pridanie a 0 odobranie
  1. 13 0
      Resources/views/CRUD/list_date.html.twig

+ 13 - 0
Resources/views/CRUD/list_date.html.twig

@@ -0,0 +1,13 @@
+{#
+
+This file is part of the Sonata package.
+
+(c) Thomas Rabaix <thomas.rabaix@sonata-project.org>
+
+For the full copyright and license information, please view the LICENSE
+file that was distributed with this source code.
+
+#}
+{% extends 'SonataAdminBundle:CRUD:list_integer.html.twig' %}
+
+{% block field%}{{ value|date }}{% endblock %}