aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entry.html.twig
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2018-01-03 20:37:57 +0100
committerGitHub <noreply@github.com>2018-01-03 20:37:57 +0100
commit410216f435bd9594f37e861d0a0fea8205956a67 (patch)
tree48ee28d0ca14b8297e6b61d3eb53b9be0602a81b /src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entry.html.twig
parent2679eb9d844379b65cd126975ef2d3625d39081f (diff)
parentb8568662bdb5f118f7382e7b30bff886d6a185a7 (diff)
downloadwallabag-410216f435bd9594f37e861d0a0fea8205956a67.tar.gz
wallabag-410216f435bd9594f37e861d0a0fea8205956a67.tar.zst
wallabag-410216f435bd9594f37e861d0a0fea8205956a67.zip
Merge pull request #3536 from wallabag/tag-link-3534
Fix broken link to remove tags from entries
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 bebe29a2..54066e95 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
@@ -268,7 +268,7 @@
268 </li> 268 </li>
269 {% endif %} 269 {% endif %}
270 </ul> 270 </ul>
271 {% include "@WallabagCore/themes/material/Entry/_tags.html.twig" with {'tags': entry.tags, 'withRemove': true} only %} 271 {% include "@WallabagCore/themes/material/Entry/_tags.html.twig" with {'tags': entry.tags, 'entryId': entry.id, 'withRemove': true} only %}
272 </div> 272 </div>
273 273
274 <div class="input-field nav-panel-add-tag" style="display: none"> 274 <div class="input-field nav-panel-add-tag" style="display: none">