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.twig10
1 files changed, 4 insertions, 6 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 c2157db5..dcdf7c09 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
@@ -121,14 +121,12 @@
121 <label for="entry_filter_previewPicture">{% trans %}Has a preview picture{% endtrans %}</label> 121 <label for="entry_filter_previewPicture">{% trans %}Has a preview picture{% endtrans %}</label>
122 </div> 122 </div>
123 123
124 <div class="input-field col s6"> 124 <div class="col s12">
125 {{ form_widget(form.isArchived) }} 125 <label>{% trans %}Language{% endtrans %}</label>
126 <label for="entry_filter_isArchived">{% trans %}Archived{% endtrans %}</label>
127 </div> 126 </div>
128 127
129 <div class="input-field col s6"> 128 <div class="input-field col s12">
130 {{ form_widget(form.isStarred) }} 129 {{ form_widget(form.language) }}
131 <label for="entry_filter_isStarred">{% trans %}Starred{% endtrans %}</label>
132 </div> 130 </div>
133 131
134 <div class="col s12"> 132 <div class="col s12">