X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2FWallabag%2FCoreBundle%2FResources%2Fviews%2Fthemes%2Fmaterial%2FEntry%2F_card_preview.html.twig;h=e93646dcfd0d358be661cbc0464bd35023e57bcb;hb=3473e600b1d0ae0695b8c15342a6a1f76e2bc973;hp=b0e3c06de2c1b34683f1256dabdc0cb90050cf89;hpb=d37081e50b5c6f6d6d37523ab51082947c54fe03;p=github%2Fwallabag%2Fwallabag.git diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/_card_preview.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/_card_preview.html.twig index b0e3c06d..e93646dc 100644 --- a/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/_card_preview.html.twig +++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/_card_preview.html.twig @@ -6,31 +6,18 @@
  • {{ tag.label }}
  • {% endfor %} -
    - - -
    - more_vert - - - - {{ entry.title| striptags | truncate(80, true, '…') | raw }} - - - -
    - - {{ entry.domainName|removeWww }} - -
    + + +
    + {% include "@WallabagCore/themes/material/Entry/Card/_content.html.twig" with {'entry': entry, 'withPreview': true} only %}
    clear - - {{ entry.title | raw | striptags | truncate(80, true, '…') }} + + {{ entry.title | striptags | truncate(80, true, '…') | raw }}