X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=src%2FWallabag%2FCoreBundle%2FResources%2Fviews%2Fthemes%2Fmaterial%2FEntry%2F_card_list.html.twig;h=1c00f2fa3f5f5d67193a2ccfb3a7a8932229d834;hb=e5de9917fdd78d4cd3b46b376e3b2a4175efa36a;hp=3d971f0befbd21ade50c6dd0487fbc36ef9c41f5;hpb=9f01d0fde09fa055a7db9f26e77c5e6b3d6c2224;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 3d971f0b..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,14 +1,16 @@ -
-
-
- - - {{ entry.title| striptags | truncate(120, true, '…') | raw }} - - -

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

-
- - {% include "@WallabagCore/themes/material/Entry/_card_actions.html.twig" with {'entry': entry} only %} +
+ + {% include "@WallabagCore/themes/material/Entry/Card/_content.html.twig" with {'entry': entry, 'withTags': true, 'subClass': 'metadata'} only %} +