From b99550edc3884f6d9edefa97829abb9e977c10a7 Mon Sep 17 00:00:00 2001 From: Baptiste Lemoine Date: Thu, 19 Jul 2018 18:05:49 +0200 Subject: [PATCH] prettyer editing a category --- app/Resources/views/productcategory/edit.html.twig | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/Resources/views/productcategory/edit.html.twig b/app/Resources/views/productcategory/edit.html.twig index 050c31c2..a9f755be 100755 --- a/app/Resources/views/productcategory/edit.html.twig +++ b/app/Resources/views/productcategory/edit.html.twig @@ -1,7 +1,7 @@ {% extends 'base.html.twig' %} {% block body %} -

Productcategory edit

+

Catégorie {{ productCategory.name }}

@@ -12,12 +12,12 @@
@@ -25,7 +25,7 @@
-

{{ productCategory.products.length }}Produits associés

+

{{ productCategory.products|length }} Produits associés

{% for p in productCategory.products %}