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=6a0950355612554446fb9e89da8e1871447c5df4;hb=a2b5d67560341011e791b678422578ab8d6b1e3f;hp=08f5b0e260ff4684a3679ff6ac8720ca16854333;hpb=65d885da00df8bf8206614b0d773116f95d845bc;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 08f5b0e2..6a095035 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,29 +1,11 @@
-
- {% 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, 'withMetadata': true, 'subClass': 'metadata'} only %}