X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2FWallabag%2FCoreBundle%2FResources%2Fviews%2Fthemes%2Fmaterial%2FEntry%2F_card_list.html.twig;fp=src%2FWallabag%2FCoreBundle%2FResources%2Fviews%2Fthemes%2Fmaterial%2FEntry%2F_card_list.html.twig;h=7c83c3bba712200a17c64aee1810a712c8bdc6d9;hb=3473e600b1d0ae0695b8c15342a6a1f76e2bc973;hp=08f5b0e260ff4684a3679ff6ac8720ca16854333;hpb=11ed735c09391f244dfa45b93cdbfded11196866;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 08f5b0e2..7c83c3bb 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 @@ -6,24 +6,7 @@ {% endif %} -
- - - {{ entry.title| striptags | truncate(120, true, '…') | raw }} - - - -
- - {{ entry.domainName|removeWww }} - - {% for tag in entry.tags | slice(0, 3) %} - - {{ tag.label }} - - {% endfor %} -
-
+ {% include "@WallabagCore/themes/material/Entry/Card/_content.html.twig" with {'entry': entry, 'withTags': true, 'subClass': 'metadata'} only %}