From: Nicolas LÅ“uillet Date: Fri, 26 Feb 2016 07:58:36 +0000 (+0100) Subject: Change remove tag icon in entry view with material theme X-Git-Tag: 2.0.0-beta.1~8^2 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=575e6907e5481482c3c42d64db11ce4e82d088d8;p=github%2Fwallabag%2Fwallabag.git Change remove tag icon in entry view with material theme --- 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 a40789d8..f6ba83ae 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 @@ -189,7 +189,7 @@ main {
{% for tag in entry.tags %}
- {{ tag.label }} + {{ tag.label }}
{% endfor %}