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=19a400b4b55f3c39700a17d74402559ebb79c88c;hpb=8d7b4f0eff9d07f8d6d354e09fd926abf26aa4ce;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 19a400b4..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 | raw | striptags | truncate(80, true, '…') }} - - - - - -

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

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