diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-09-12 17:08:12 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-09-12 17:08:12 +0200 |
commit | a3bcd60a378946a68e67a3b609d7ef126b014ee6 (patch) | |
tree | b9678878588c6bccc37a6c11c094f59f93e210ac /src/Wallabag/CoreBundle/Resources | |
parent | 9c08a891f9bb90bc3f23a575a734283c1ee00ba1 (diff) | |
download | wallabag-a3bcd60a378946a68e67a3b609d7ef126b014ee6.tar.gz wallabag-a3bcd60a378946a68e67a3b609d7ef126b014ee6.tar.zst wallabag-a3bcd60a378946a68e67a3b609d7ef126b014ee6.zip |
filter for entries with previewPicture
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources')
-rw-r--r-- | src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig | 6 |
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 3711f6e5..9a2442a0 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 | |||
@@ -71,6 +71,12 @@ | |||
71 | <div class="col s12"> | 71 | <div class="col s12"> |
72 | <label>{% trans %}Status{% endtrans %}</label> | 72 | <label>{% trans %}Status{% endtrans %}</label> |
73 | </div> | 73 | </div> |
74 | |||
75 | <div class="input-field col s6"> | ||
76 | {{ form_widget(form.previewPicture) }} | ||
77 | <label for="entry_filter_previewPicture">{% trans %}Has a preview picture{% endtrans %}</label> | ||
78 | </div> | ||
79 | |||
74 | <div class="input-field col s6"> | 80 | <div class="input-field col s6"> |
75 | {{ form_widget(form.isArchived) }} | 81 | {{ form_widget(form.isArchived) }} |
76 | <label for="entry_filter_isArchived">{% trans %}Archived{% endtrans %}</label> | 82 | <label for="entry_filter_isArchived">{% trans %}Archived{% endtrans %}</label> |