X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2FWallabag%2FCoreBundle%2FResources%2Fviews%2Fthemes%2Fmaterial%2FEntry%2F_card_no_preview.html.twig;h=8e6bbae01c8032b5482a30d35992906ebd4fd803;hb=3c9548257ccb92a13c658372fc09dccff117bb36;hp=eb1586597bd89a748a9afc8e3ce35d2d89f39587;hpb=726e2cf3c648dc9536eea7ed1add298fc701211a;p=github%2Fwallabag%2Fwallabag.git diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/_card_no_preview.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/_card_no_preview.html.twig index eb158659..8e6bbae0 100644 --- a/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/_card_no_preview.html.twig +++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/_card_no_preview.html.twig @@ -1,25 +1,6 @@
-
- - - {{ entry.title | striptags | truncate(80, true, '…') | raw }} - - - - - -

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

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