]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/CoreBundle/Resources/views/themes/baggy/Entry/entries.html.twig
Merge pull request #1916 from wallabag/cleanup
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Resources / views / themes / baggy / Entry / entries.html.twig
index f00ade4ea16839faff96073cb752a950a3432bfc..04e519553fd880f2624d2eb405fe1dd28eb96713 100644 (file)
@@ -6,10 +6,10 @@
     {% block pager %}
         <div class="results">
             <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>
-                    {{ pagerfanta(entries, 'twitter_bootstrap_translated', {'proximity': 1}) }}
-                </div>
+            <div class="pagination">
+                <a href="#" id="filter">{{ 'entry.filters.title'|trans }}</a>
+                {{ pagerfanta(entries, 'twitter_bootstrap_translated', {'proximity': 1}) }}
+            </div>
         </div>
     {% endblock %}