X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=src%2FWallabag%2FCoreBundle%2FResources%2Fviews%2Fthemes%2Fmaterial%2FEntry%2F_card_no_preview.html.twig;h=4fd4debdc4a542a61a1204fd433040ae6968a1a1;hb=d73bfdbddb9f651f6f1a4b58e60d8f65a7d55343;hp=eb1586597bd89a748a9afc8e3ce35d2d89f39587;hpb=2edc5395814c01fbd71c66234aa751092b913c2b;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 %}