aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Tag/tags.html.twig
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2016-05-02 21:32:47 +0200
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2016-05-02 21:32:47 +0200
commit2a007fe43d937043c2c41b011f98652bd6e138a7 (patch)
tree298b57a87da662306505adac14c5b15a81190fe2 /src/Wallabag/CoreBundle/Resources/views/themes/baggy/Tag/tags.html.twig
parentba9fee085597932f451741b47ad7013e7eb4323b (diff)
downloadwallabag-2a007fe43d937043c2c41b011f98652bd6e138a7.tar.gz
wallabag-2a007fe43d937043c2c41b011f98652bd6e138a7.tar.zst
wallabag-2a007fe43d937043c2c41b011f98652bd6e138a7.zip
Fix tags listing
Fix #1994 * Remove unused method in tag repository
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources/views/themes/baggy/Tag/tags.html.twig')
-rw-r--r--src/Wallabag/CoreBundle/Resources/views/themes/baggy/Tag/tags.html.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Tag/tags.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Tag/tags.html.twig
index dfc61751..bb0ca939 100644
--- a/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Tag/tags.html.twig
+++ b/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Tag/tags.html.twig
@@ -4,7 +4,7 @@
4 4
5{% block content %} 5{% block content %}
6 <div class="results"> 6 <div class="results">
7 <div class="nb-results">{{ 'tag.list.number_on_the_page'|transchoice(tags.count) }}</div> 7 <div class="nb-results">{{ 'tag.list.number_on_the_page'|transchoice(tags|length) }}</div>
8 </div> 8 </div>
9 9
10 <ul> 10 <ul>