X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2FWallabag%2FCoreBundle%2FResources%2Fviews%2Fthemes%2Fmaterial%2FEntry%2F_tags.html.twig;h=73998b58def4cde5d1374658c72a0b0fdd56050b;hb=cc09434ea470a4de2ed37e59f30244736826dc36;hp=144a105ef3e38548d1c25cff326e1e0625058b40;hpb=49fb9e7cabef39c30579eee0301f1019a3251dcd;p=github%2Fwallabag%2Fwallabag.git diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/_tags.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/_tags.html.twig index 144a105e..73998b58 100644 --- a/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/_tags.html.twig +++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/_tags.html.twig @@ -3,8 +3,8 @@ {% for tag in tags %}
  • {{ tag.label }} - {% if withRemove %} - + {% if withRemove is defined and withRemove == true %} + delete {% endif %}