aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views
diff options
context:
space:
mode:
authorJeremy Benoist <j0k3r@users.noreply.github.com>2015-09-13 10:14:42 +0200
committerJeremy Benoist <j0k3r@users.noreply.github.com>2015-09-13 10:14:42 +0200
commit40f59b219bfd438bdaf4f36227a43f2b674ece00 (patch)
tree5b882749cea7003f049940fccdfd4cb990c538a9 /src/Wallabag/CoreBundle/Resources/views
parentfb96ea884532e9804194afd92a98c5c6aecc177e (diff)
parent497e0cad7ca2d2e771c8d41f7bc50ab2bc222cdb (diff)
downloadwallabag-40f59b219bfd438bdaf4f36227a43f2b674ece00.tar.gz
wallabag-40f59b219bfd438bdaf4f36227a43f2b674ece00.tar.zst
wallabag-40f59b219bfd438bdaf4f36227a43f2b674ece00.zip
Merge pull request #1418 from wallabag/v2-previewpicture-filter
filter for entries with previewPicture
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources/views')
-rw-r--r--src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig6
1 files changed, 6 insertions, 0 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 1ecaecc5..89182d98 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
@@ -70,6 +70,12 @@
70 <div class="col s12"> 70 <div class="col s12">
71 <label>{% trans %}Status{% endtrans %}</label> 71 <label>{% trans %}Status{% endtrans %}</label>
72 </div> 72 </div>
73
74 <div class="input-field col s6">
75 {{ form_widget(form.previewPicture) }}
76 <label for="entry_filter_previewPicture">{% trans %}Has a preview picture{% endtrans %}</label>
77 </div>
78
73 <div class="input-field col s6"> 79 <div class="input-field col s6">
74 {{ form_widget(form.isArchived) }} 80 {{ form_widget(form.isArchived) }}
75 <label for="entry_filter_isArchived">{% trans %}Archived{% endtrans %}</label> 81 <label for="entry_filter_isArchived">{% trans %}Archived{% endtrans %}</label>