Browse Source

indentation fix

Robert Gruendler 13 năm trước cách đây
mục cha
commit
0ac4c0735c
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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 %}