From: Baptiste Mille-Mathias Date: Sat, 21 May 2016 08:39:49 +0000 (+0200) Subject: Don't cut entries title in card view X-Git-Tag: 2.0.8~10^2~3 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=4b2774f8dbc8c2bff46d6ec3ca1d8553b1f9cebb;p=github%2Fwallabag%2Fwallabag.git Don't cut entries title in card view Stop cutting titles arbitrary at caracter 42. --- diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig index 1d569226..e77d83bf 100644 --- a/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig +++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig @@ -35,7 +35,7 @@ {% endif %} - {{ entry.title|striptags|slice(0, 42)|raw }} + {{ entry.title|striptags|raw }}