Explorar o código

Merge pull request #382 from benji07/patch-2

Undefined variable field_description
Thomas %!s(int64=13) %!d(string=hai) anos
pai
achega
062167ee7e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 %}