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=6b32cf0c73d62eb567a904179b93c3dc6f4f2a41;hp=58757158a40328a63915e9cbc697295592ef97c1;hpb=7d1d961267c129e2110ce9cc14c5a9d0a7d255cb;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 58757158..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 | 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 %}