]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/CoreBundle/Resources/views/themes/baggy/Entry/entries.html.twig
Merge pull request #2013 from wallabag/fix-display-all-tags
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Resources / views / themes / baggy / Entry / entries.html.twig
index 03e785bfc5441819cba7c0f68709c5588d9f6da2..c093edcb4fbd11c80300924996eb4742c51b71d5 100644 (file)
@@ -8,7 +8,7 @@
             <div class="nb-results">{{ 'entry.list.number_on_the_page'|transchoice(entries.count) }}</div>
             <div class="pagination">
                 <a href="#" id="filter">{{ 'entry.filters.title'|trans }}</a>
-                {% if entries.count > 1 %}
+                {% if entries.getNbPages > 1 %}
                     {{ pagerfanta(entries, 'twitter_bootstrap_translated', {'proximity': 1}) }}
                 {% endif %}
             </div>