X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2FWallabag%2FCoreBundle%2FResources%2Fviews%2Fthemes%2Fmaterial%2FEntry%2F_card_list.html.twig;h=3ba6253abd15ae5572f1caba72be57eccfd0bbfe;hb=5e9009ce86a366001616fad5b28cb59dc20ee4df;hp=3d971f0befbd21ade50c6dd0487fbc36ef9c41f5;hpb=9f01d0fde09fa055a7db9f26e77c5e6b3d6c2224;p=github%2Fwallabag%2Fwallabag.git diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/_card_list.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/_card_list.html.twig index 3d971f0b..3ba6253a 100644 --- a/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/_card_list.html.twig +++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/_card_list.html.twig @@ -2,13 +2,17 @@
- - {{ entry.title| striptags | truncate(120, true, '…') | raw }} + + {{ entry.title| striptags | truncate(120, true, '…') | raw }} -

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

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