mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-23 09:31:04 +00:00
Re-add preview picture on baggy
Which should has been removed on merge
This commit is contained in:
parent
463573bf69
commit
5e98404dfb
1 changed files with 6 additions and 1 deletions
|
@ -65,6 +65,11 @@
|
|||
{{ form_widget(form.isStarred) }}
|
||||
<label for="entry_filter_isStarred">{% trans %}Starred{% endtrans %}</label>
|
||||
</div>
|
||||
|
||||
<div class="input-field">
|
||||
{{ form_widget(form.previewPicture) }}
|
||||
<label for="entry_filter_previewPicture">{% trans %}Has a preview picture{% endtrans %}</label>
|
||||
</div>
|
||||
</div>
|
||||
<div id="filter-reading-time" class="filter-group">
|
||||
<div class="">
|
||||
|
|
Loading…
Reference in a new issue