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=4fd4debdc4a542a61a1204fd433040ae6968a1a1;hb=ba69c04c2708cd91f58da74e27184479ac0fe616;hp=eb1586597bd89a748a9afc8e3ce35d2d89f39587;hpb=6ae579e43f6a4ffe607a6361191366410d19f806;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..4fd4debd 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,13 @@
-
- - - {{ entry.title | striptags | truncate(80, true, '…') | raw }} - - - - - -

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

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