X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2FWallabag%2FCoreBundle%2FResources%2Fviews%2Fthemes%2Fbaggy%2FEntry%2Fentries.html.twig;h=1554cce4789b33c9cebaee7f3394e5573feadd5f;hb=cdd3010b478c9ca818dd6d22d03c81ef4a5ab208;hp=7271bdaa2058ca262a0b4d8b2efa429ee2c3282a;hpb=f37c9c3348c411cd1a4913b393f363c65a73a62d;p=github%2Fwallabag%2Fwallabag.git diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Entry/entries.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Entry/entries.html.twig index 7271bdaa..1554cce4 100644 --- a/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Entry/entries.html.twig +++ b/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Entry/entries.html.twig @@ -1,87 +1,104 @@ {% extends "WallabagCoreBundle::layout.html.twig" %} -{% block title "Unread" %} +{% block title %} + {% include "@WallabagCore/themes/_title.html.twig" %} +{% endblock %} {% block content %} - {% block pager %} -
-
{{ entries.count }} {% trans %}entries{% endtrans %}
- + {% endfor %} + + + + + {% if form is not null %} - + {% endif %} {% endblock %}