X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2FWallabag%2FCoreBundle%2FResources%2Fviews%2Fthemes%2Fmaterial%2FEntry%2F_card_list.html.twig;h=7c83c3bba712200a17c64aee1810a712c8bdc6d9;hb=bffe65478de71113a16f6e7a7ef75845c9d61180;hp=b64e14363898ba819ea1cbdc82c91714aafe1b3d;hpb=757ec837bea7f57dcefb71b3b90c66299ed6a922;p=github%2Fwallabag%2Fwallabag.git diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/_card_list.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/_card_list.html.twig index b64e1436..7c83c3bb 100644 --- a/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/_card_list.html.twig +++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/_card_list.html.twig @@ -1,26 +1,15 @@
-
{% if entry.previewPicture is not null %}{% endif %}
-
- - - {{ entry.title| striptags | truncate(120, true, '…') | raw }} +
+ {% if entry.previewPicture is not null %} + + - - - + {% endif %}
+ {% include "@WallabagCore/themes/material/Entry/Card/_content.html.twig" with {'entry': entry, 'withTags': true, 'subClass': 'metadata'} only %}