소스 검색

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 %}