remove tag from entry #1377

This commit is contained in:
Thomas Citharel
2016-02-10 17:41:28 +01:00
parent ae5b37ef2e
commit 567421af50
5 changed files with 74 additions and 2 deletions

View File

@ -159,7 +159,7 @@ main {
<div id="list">
{% for tag in entry.tags %}
<div class="chip">
{{ tag.label }}
{{ tag.label }} <a href="{{ path('remove_tag', { 'entry': entry.id, 'tag': tag.id }) }}"><i class="chip">✘</i></a>
</div>
{% endfor %}
</div>