X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2FWallabag%2FCoreBundle%2FResources%2Fviews%2Fthemes%2Fmaterial%2FEntry%2Fentries.html.twig;h=b45552f2df8a00a79e90f04b11e425535b01b3a4;hb=7083d183b9df11f350be0d7039f5f0e33536b94b;hp=813e80cb4e105b9db67e60c2b3cfc0904ceae842;hpb=72ea6dd1a78d9fd0d7531916819489fd31eb17d7;p=github%2Fwallabag%2Fwallabag.git 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 813e80cb..b45552f2 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 @@ -7,6 +7,8 @@ {% trans %}Starred{% endtrans %} {% elseif currentRoute == 'archive' %} {% trans %}Archive{% endtrans %} + {% elseif currentRoute == 'all' %} + {% trans %}Filtered{% endtrans %} {% else %} {% trans %}Unread{% endtrans %} {% endif %} @@ -23,7 +25,7 @@ {{ p }} {% endfor %} - + {% endblock %}
@@ -59,12 +61,26 @@
-
+

{% trans %}Filters{% endtrans %}

+ +
+ +
+
+ {{ form_widget(form.isArchived) }} + +
+ +
+ {{ form_widget(form.isStarred) }} + +
+
@@ -77,8 +93,13 @@
+
+ {{ form_widget(form.domainName, {'type': 'text', 'attr' : {'placeholder': 'website.com'} }) }} + +
+
- +