Procházet zdrojové kódy

Merge pull request #382 from benji07/patch-2

Undefined variable field_description
Thomas před 13 roky
rodič
revize
062167ee7e
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      Resources/views/CRUD/base_show.html.twig

+ 1 - 1
Resources/views/CRUD/base_show.html.twig

@@ -34,7 +34,7 @@ file that was distributed with this source code.
                 {% if name %}
                     <tr class="sonata-ba-view-title">
                         <td colspan="2">
-                            {{ admin.trans(field_description.label) }}
+                            {{ admin.trans(name) }}
                         </td>
                     </tr>
                 {% endif %}