소스 검색

indentation fix

Robert Gruendler 13 년 전
부모
커밋
0ac4c0735c
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      Resources/views/CRUD/base_edit.html.twig

+ 2 - 2
Resources/views/CRUD/base_edit.html.twig

@@ -89,9 +89,9 @@ file that was distributed with this source code.
                 {% else %}
                     {% if admin.id(object) %}
                         <input type="submit" class="btn primary" name="btn_update_and_edit" value="{% trans from 'SonataAdminBundle' %}btn_update_and_edit_again{% endtrans %}"/>
-						{% if admin.hasroute('list') and admin.isGranted('LIST') %}
+                        {% if admin.hasroute('list') and admin.isGranted('LIST') %}
                             <input type="submit" class="btn" name="btn_update_and_list" value="{% trans from 'SonataAdminBundle' %}btn_update_and_return_to_list{% endtrans %}"/>
-						{% endif %}
+                        {% endif %}
 
                         {% if admin.hasroute('delete') and admin.isGranted('DELETE', object) %}
                             {% trans from 'SonataAdminBundle' %}delete_or{% endtrans %}