X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2FWallabag%2FCoreBundle%2FResources%2Fviews%2Fthemes%2Fmaterial%2FEntry%2FCard%2F_content.html.twig;h=1f3cd1a72393011b9678058dc69868812e63ebf9;hb=4d9128ded96bb70b7bda964870ba3e279832dd9b;hp=ab7295d56fb4657c0191a26da6177878b6d1744a;hpb=5e0c44a2ac2306eaca7dfb3c708fccdd9e773761;p=github%2Fwallabag%2Fwallabag.git diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/Card/_content.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/Card/_content.html.twig index ab7295d5..1f3cd1a7 100644 --- a/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/Card/_content.html.twig +++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/Card/_content.html.twig @@ -3,13 +3,13 @@ more_vert {% endif %} - {{ entry.title | striptags | truncate(80, true, '…') | raw | default('entry.default_title'|trans) }} + {{ entry.title | striptags | truncate(80, true, '…') | default('entry.default_title'|trans) | raw }}
{{ entry.domainName|removeWww }} {% if withTags is defined %} - {% include "@WallabagCore/themes/material/Entry/_tags.html.twig" with {'tags': entry.tags | slice(0, 3), 'listClass': ' hide-on-med-and-down'} only %} + {% include "@WallabagCore/themes/material/Entry/_tags.html.twig" with {'tags': entry.tags | slice(0, 3), 'entryId': entry.id, 'listClass': ' hide-on-med-and-down'} only %} {% endif %}