From a8541089be426b78c4bf48743e53e17af3ef432a Mon Sep 17 00:00:00 2001 From: Simounet Date: Wed, 20 Dec 2017 21:04:28 +0100 Subject: Useless span removed from the card's title --- .../Resources/views/themes/material/Entry/Card/_content.html.twig | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'src/Wallabag') 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 f02dfba4..06dc0b6d 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 @@ -2,11 +2,9 @@ {% if withPreview is defined %} more_vert {% endif %} - - - {{ entry.title | striptags | truncate(80, true, '…') | raw | default('config.form_rules.faq.variable_description.title'|trans) }} - - + + {{ entry.title | striptags | truncate(80, true, '…') | raw | default('config.form_rules.faq.variable_description.title'|trans) }} +
{{ entry.domainName|removeWww }} -- cgit v1.2.3