X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2FWallabag%2FCoreBundle%2FResources%2Fviews%2Fthemes%2Fbaggy%2FEntry%2Fentries.html.twig;h=8d841b4cf477cb02c95c7f01c0b4e5e32471364b;hb=c146f6940a176142084b4fc3c610d13aca60d90e;hp=176290e44df2a15908fa0d408fba58218ae11e11;hpb=1db9d411c5b1fe592788866dc206e2fd6dc87a71;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 176290e4..8d841b4c 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,92 +1,125 @@ {% 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 %} + + + - - +
+ {% endif %} {% endblock %}