aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry
diff options
context:
space:
mode:
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources/views/themes/material/Entry')
-rw-r--r--src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig4
1 files changed, 3 insertions, 1 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 eca8924e..a0a0b02f 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
@@ -122,6 +122,7 @@
122 </div> 122 </div>
123 123
124 <!-- Filters --> 124 <!-- Filters -->
125 {% if form is not null %}
125 <div id="filters" class="side-nav fixed right-aligned"> 126 <div id="filters" class="side-nav fixed right-aligned">
126 <form action="{{ path('all') }}"> 127 <form action="{{ path('all') }}">
127 128
@@ -205,5 +206,6 @@
205 206
206 </form> 207 </form>
207 </div> 208 </div>
208 {% include "WallabagCoreBundle:Entry:pager.html.twig" with {'entries': entries} %} 209 {% endif %}
210
209{% endblock %} 211{% endblock %}