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;fp=src%2FWallabag%2FCoreBundle%2FResources%2Fviews%2Fthemes%2Fmaterial%2FEntry%2F_card_no_preview.html.twig;h=19a400b4b55f3c39700a17d74402559ebb79c88c;hb=8d7b4f0eff9d07f8d6d354e09fd926abf26aa4ce;hp=0000000000000000000000000000000000000000;hpb=e9490a344376036978956aedeb213066fdbf49e4;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 new file mode 100644 index 00000000..19a400b4 --- /dev/null +++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/_card_no_preview.html.twig @@ -0,0 +1,26 @@ +
+
+
+ + + {{ 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 %} +