diff options
author | Thomas Citharel <tcit@tcit.fr> | 2017-05-04 17:44:42 +0200 |
---|---|---|
committer | Thomas Citharel <tcit@tcit.fr> | 2017-05-04 17:44:42 +0200 |
commit | 2003ffa97e98d35130c93d158c453ce9b926b838 (patch) | |
tree | 6545ea0372db17f4bded869f5678e03eae0bc711 /src/Wallabag | |
parent | 18e1da6277c4a5759384cfa66e0cd00afd7ce763 (diff) | |
download | wallabag-2003ffa97e98d35130c93d158c453ce9b926b838.tar.gz wallabag-2003ffa97e98d35130c93d158c453ce9b926b838.tar.zst wallabag-2003ffa97e98d35130c93d158c453ce9b926b838.zip |
Fix according to review
Diffstat (limited to 'src/Wallabag')
-rw-r--r-- | src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entry.html.twig | 2 |
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> |