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=1c00f2fa3f5f5d67193a2ccfb3a7a8932229d834;hb=refs%2Fpull%2F3782%2Fhead;hp=5f4129677e1489b2665189c613c144582b3fb385;hpb=f39cfa469094fb9efd5e8007b44c2d62b617f358;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 5f412967..1c00f2fa 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,32 +1,14 @@
-
- {% if entry.previewPicture is not null %} - - - - {% endif %} -
-
- - - {{ entry.title| striptags | truncate(120, true, '…') | raw }} - - - - + + {% include "@WallabagCore/themes/material/Entry/Card/_content.html.twig" with {'entry': entry, 'withTags': true, 'subClass': 'metadata'} only %}