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.twig7
1 files changed, 6 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 f7f53b9d..b46d8f11 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
@@ -62,7 +62,6 @@
62 {% endfor %} 62 {% endfor %}
63 </ul> 63 </ul>
64 64
65
66 <!-- Filters --> 65 <!-- Filters -->
67 <div id="filters" class="side-nav fixed right-aligned"> 66 <div id="filters" class="side-nav fixed right-aligned">
68 <form action="{{ path('all') }}"> 67 <form action="{{ path('all') }}">
@@ -75,6 +74,12 @@
75 <div class="col s12"> 74 <div class="col s12">
76 <label>{% trans %}Status{% endtrans %}</label> 75 <label>{% trans %}Status{% endtrans %}</label>
77 </div> 76 </div>
77
78 <div class="input-field col s6">
79 {{ form_widget(form.previewPicture) }}
80 <label for="entry_filter_previewPicture">{% trans %}Has a preview picture{% endtrans %}</label>
81 </div>
82
78 <div class="input-field col s6"> 83 <div class="input-field col s6">
79 {{ form_widget(form.isArchived) }} 84 {{ form_widget(form.isArchived) }}
80 <label for="entry_filter_isArchived">{% trans %}Archived{% endtrans %}</label> 85 <label for="entry_filter_isArchived">{% trans %}Archived{% endtrans %}</label>