From c6cbe75b2ee29bf62ceb36de4d81bf64693c859f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Nicolas=20L=C5=93uillet?= Date: Thu, 7 Apr 2016 13:47:35 +0200 Subject: [PATCH] Move tag form in Material theme --- .../Resources/views/themes/material/Entry/entry.html.twig | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entry.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entry.html.twig index 032d2d9b..66435699 100644 --- a/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entry.html.twig +++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entry.html.twig @@ -192,14 +192,14 @@ {% endfor %} - {% if entry.previewPicture is not null %} -
{{ entry.title|raw }}
- {% endif %} - + {% if entry.previewPicture is not null %} +
{{ entry.title|raw }}
+ {% endif %} +
{{ entry.content | raw }} -- 2.41.0