X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2FWallabag%2FCoreBundle%2FResources%2Fviews%2Fthemes%2Fbaggy%2FEntry%2Fentries.html.twig;h=1c0430e8a8357f60a86ecefdb2dd915e80517ca9;hb=a494c33ef7e574e68ab5bb83d0bdbd67348af0ef;hp=08f3fe60bd98e24bc3b60c356b03bdde618ee036;hpb=d4ebe5c5dcf581416ab76136908cafbde78f63bf;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 08f3fe60..1c0430e8 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,79 +1,104 @@ {% extends "WallabagCoreBundle::layout.html.twig" %} -{% block title "Unread" %} +{% block title %} + {% include "@WallabagCore/themes/common/Entry/_title.html.twig" %} +{% endblock %} {% block content %} - {% block pager %} -
-
{{ entries.count }} {% trans %}entries{% endtrans %}
- + {% endfor %} + + + - - +
+ {% endif %} {% endblock %}