From: Nicolas LÅ“uillet Date: Mon, 14 Nov 2016 13:28:42 +0000 (+0100) Subject: Hide creation date in mobile view X-Git-Tag: 2.1.4~7^2 X-Git-Url: https://git.immae.eu/?p=github%2Fwallabag%2Fwallabag.git;a=commitdiff_plain;h=a8c6f29f3ee51ccfcce2e24ec352d9d48a34fc56 Hide creation date in mobile view --- diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/_card_actions.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/_card_actions.html.twig index 4a93fd8e..56442116 100644 --- a/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/_card_actions.html.twig +++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/_card_actions.html.twig @@ -3,8 +3,8 @@ timer {{ entry.readingTime / app.user.config.readingSpeed|round }} min  - today -  {{ entry.createdAt|date('Y-m-d') }} + today +  {{ entry.createdAt|date('Y-m-d') }}