X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2FWallabag%2FCoreBundle%2FResources%2Fviews%2Fthemes%2Fmaterial%2FEntry%2F_card_full_image.html.twig;h=ceb95381991b26ece18aced6c0f723b7a9d55ad3;hb=3c9548257ccb92a13c658372fc09dccff117bb36;hp=a4958b581fee9850e3a6969fdc5e68b42a76d8cb;hpb=726e2cf3c648dc9536eea7ed1add298fc701211a;p=github%2Fwallabag%2Fwallabag.git diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/_card_full_image.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/_card_full_image.html.twig index a4958b58..ceb95381 100644 --- a/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/_card_full_image.html.twig +++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/_card_full_image.html.twig @@ -10,20 +10,7 @@ - -
- - - {{ entry.title | striptags | truncate(80, true, '…') | raw }} - - - -
- - {{ entry.domainName|removeWww }} - -
-
+ {% include "@WallabagCore/themes/material/Entry/Card/_content.html.twig" with {'entry': entry} only %} {% include "@WallabagCore/themes/material/Entry/_card_actions.html.twig" with {'entry': entry} only %}