X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2FWallabag%2FCoreBundle%2FResources%2Fviews%2Fthemes%2Fbaggy%2FEntry%2Fentries.html.twig;h=92eecb9be2053fab0ac7a4d0ddf5289a9386e2ac;hb=9c545fe028013b30417c1a932cd6b9027bff752d;hp=03e785bfc5441819cba7c0f68709c5588d9f6da2;hpb=1f034a33162f17a80101afd41661797ca2aae25f;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 03e785bf..92eecb9b 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 @@ -3,17 +3,7 @@ {% block title %}{{ 'entry.page_titles.unread'|trans }}{% endblock %} {% block content %} - {% block pager %} -
-
{{ 'entry.list.number_on_the_page'|transchoice(entries.count) }}
- -
- {% endblock %} + {% include "WallabagCoreBundle:Entry:pager.html.twig" with {'entries': entries} %} {% for entry in entries %}
@@ -38,13 +28,43 @@ {% if entry.previewPicture is null %}

{{ entry.content|striptags|slice(0, 300) }}…

+ {% else %} + {{ entry.title|raw }} {% endif %}
{% endfor %} -