aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entry.html.twig
diff options
context:
space:
mode:
authorThomas Citharel <tcit@tcit.fr>2017-05-04 17:44:42 +0200
committerThomas Citharel <tcit@tcit.fr>2017-05-04 17:44:42 +0200
commit2003ffa97e98d35130c93d158c453ce9b926b838 (patch)
tree6545ea0372db17f4bded869f5678e03eae0bc711 /src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entry.html.twig
parent18e1da6277c4a5759384cfa66e0cd00afd7ce763 (diff)
downloadwallabag-2003ffa97e98d35130c93d158c453ce9b926b838.tar.gz
wallabag-2003ffa97e98d35130c93d158c453ce9b926b838.tar.zst
wallabag-2003ffa97e98d35130c93d158c453ce9b926b838.zip
Fix according to review
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entry.html.twig')
-rw-r--r--src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entry.html.twig2
1 files changed, 1 insertions, 1 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 227dad94..a796ed26 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
@@ -252,7 +252,7 @@
252 <li id="list"> 252 <li id="list">
253 {% for tag in entry.tags %} 253 {% for tag in entry.tags %}
254 <div class="chip"> 254 <div class="chip">
255 <a href="{{ path('tag_entries', {'slug': tag.slug}) }}">{{ tag.label }}</a> <a href="{{ path('remove_tag', { 'entry': entry.id, 'tag': tag.id }) }}"><i class="material-icons">delete</i></a> 255 <a href="{{ path('tag_entries', {'slug': tag.slug}) }}">{{ tag.label }}</a> <a href="{{ path('remove_tag', { 'entry': entry.id, 'tag': tag.id }) }}"><i class="material-icons vertical-align-middle">delete</i></a>
256 </div> 256 </div>
257 {% endfor %} 257 {% endfor %}
258 </li> 258 </li>