瀏覽代碼

Merge pull request #1789 from uwej711/fix_indentation

fix indentation for repeated fields and others
Thomas 11 年之前
父節點
當前提交
26662daa3a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Resources/views/Form/form_admin_fields.html.twig

+ 1 - 1
Resources/views/Form/form_admin_fields.html.twig

@@ -114,7 +114,7 @@ file that was distributed with this source code.
     {% if sonata_admin is not defined or not sonata_admin_enabled or not sonata_admin.field_description %}
         <div class="control-group {% if errors|length > 0%} error{% endif %}">
             {{ form_label(form, label|default(null)) }}
-            <div class="controls {% if label is not sameas(false) %}sonata-collection-row-without-label{% endif %}">
+            <div class="controls {% if label is sameas(false) %}sonata-collection-row-without-label{% endif %}">
                 {{ form_widget(form) }}
                 {% if errors|length > 0 %}
                     <div class="help-inline sonata-ba-field-error-messages">