浏览代码

Removes unnecessary list templates since tinyint and mediumint are not used in Doctrine

Timothée Barray 14 年之前
父节点
当前提交
3399bda141
共有 2 个文件被更改,包括 0 次插入22 次删除
  1. 0 11
      Resources/views/CRUD/list_mediumint.twig.html
  2. 0 11
      Resources/views/CRUD/list_tinyint.twig.html

+ 0 - 11
Resources/views/CRUD/list_mediumint.twig.html

@@ -1,11 +0,0 @@
-{#
-
-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 'SonataBaseApplicationBundle:CRUD:list_integer.twig.html' %}

+ 0 - 11
Resources/views/CRUD/list_tinyint.twig.html

@@ -1,11 +0,0 @@
-{#
-
-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 'SonataBaseApplicationBundle:CRUD:list_integer.twig.html' %}