aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig
diff options
context:
space:
mode:
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig')
-rw-r--r--src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig
index deeb19a3..1654a0e0 100644
--- a/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig
+++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig
@@ -210,8 +210,7 @@
210 {% endif %} 210 {% endif %}
211 211
212 <!-- Sort --> 212 <!-- Sort -->
213 <div id="sort" class="side-nav fixed right-aligned"> 213 <div id="sort" class="side-nav right-aligned">
214
215 <h4 class="center">{{ 'entry.sort.title'|trans }}</h4> 214 <h4 class="center">{{ 'entry.sort.title'|trans }}</h4>
216 215
217 <div class="row"> 216 <div class="row">
@@ -239,9 +238,8 @@
239 </div> 238 </div>
240 </div> 239 </div>
241 </div> 240 </div>
242
243 </div> 241 </div>
244 242
245 {% include "WallabagCoreBundle:Entry:pager.html.twig" with {'entries': entries} %} 243 {# {% include "WallabagCoreBundle:Entry:pager.html.twig" with {'entries': entries} %} #}
246 244
247{% endblock %} 245{% endblock %}