aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig
diff options
context:
space:
mode:
authorJeremy Benoist <jeremy.benoist@gmail.com>2019-06-07 17:58:11 +0200
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2020-04-28 10:13:57 +0200
commit136f710ddb48f01e24892c5d2dde3b1f3a069fc4 (patch)
tree1cfb16a7be14879a2af2df0c4390ba8c49d60f89 /src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig
parente70e383378fc38f8154d482a247a0d2ca23a4925 (diff)
downloadwallabag-136f710ddb48f01e24892c5d2dde3b1f3a069fc4.tar.gz
wallabag-136f710ddb48f01e24892c5d2dde3b1f3a069fc4.tar.zst
wallabag-136f710ddb48f01e24892c5d2dde3b1f3a069fc4.zip
Fix sort
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 %}