X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=src%2FWallabag%2FCoreBundle%2FResources%2Fviews%2Fthemes%2Fmaterial%2FEntry%2F_card_full_image.html.twig;h=ceb95381991b26ece18aced6c0f723b7a9d55ad3;hb=HEAD;hp=0fdd5996da6e51de7e011148777b770275ab84aa;hpb=8d7b4f0eff9d07f8d6d354e09fd926abf26aa4ce;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 0fdd5996..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 @@ -6,22 +6,11 @@
  • {{ tag.label }}
  • {% endfor %} -
    - - -
    - - - {{ entry.title | raw | striptags | truncate(80, true, '…') }} - - - -
    - - {{ 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 %}