浏览代码

Merge remote-tracking branch 'origin/master'

Thomas Rabaix 14 年之前
父节点
当前提交
4c7711d50f
共有 1 个文件被更改,包括 13 次插入0 次删除
  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 %}