From a8c6f29f3ee51ccfcce2e24ec352d9d48a34fc56 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Nicolas=20L=C5=93uillet?= Date: Mon, 14 Nov 2016 14:28:42 +0100 Subject: [PATCH] Hide creation date in mobile view --- .../views/themes/material/Entry/_card_actions.html.twig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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') }}