]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Merge pull request #3206 from wallabag/mruminski-patch-1
authorJérémy Benoist <j0k3r@users.noreply.github.com>
Sat, 10 Jun 2017 11:17:20 +0000 (13:17 +0200)
committerGitHub <noreply@github.com>
Sat, 10 Jun 2017 11:17:20 +0000 (13:17 +0200)
Update validators.pl.yml

src/Wallabag/CoreBundle/Resources/views/themes/baggy/Tag/tags.html.twig

index 1e2c6b425caae0296ad7500ecfeaddeed8ccf55a..7509918ede38c31fc8fa62845326494100b0e0b2 100644 (file)
@@ -9,7 +9,7 @@
 
     <ul>
     {% for tag in tags %}
-        <li id="tag-{{ tag.id|e }}"><a href="{{ path('tag_entries', {'slug': tag.slug}) }}">{{tag.label}} ({{ tag.nbEntries | length }})</a></li>
+        <li id="tag-{{ tag.id|e }}"><a href="{{ path('tag_entries', {'slug': tag.slug}) }}">{{tag.label}} ({{ tag.nbEntries }})</a></li>
     {% endfor %}
     </ul>