diff options
Diffstat (limited to 'src')
-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 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 { | |||
189 | <div id="list"> | 189 | <div id="list"> |
190 | {% for tag in entry.tags %} | 190 | {% for tag in entry.tags %} |
191 | <div class="chip"> | 191 | <div class="chip"> |
192 | {{ tag.label }} <a href="{{ path('remove_tag', { 'entry': entry.id, 'tag': tag.id }) }}"><i class="mdi-navigation-close"></i></a> | 192 | {{ tag.label }} <a href="{{ path('remove_tag', { 'entry': entry.id, 'tag': tag.id }) }}"><i class="mdi-action-delete"></i></a> |
193 | </div> | 193 | </div> |
194 | {% endfor %} | 194 | {% endfor %} |
195 | </div> | 195 | </div> |