aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2016-11-14 14:28:42 +0100
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2016-11-14 14:28:42 +0100
commita8c6f29f3ee51ccfcce2e24ec352d9d48a34fc56 (patch)
treed0aabc9750e6aac6c2fda2f4ed62a9264a9d87f4
parent80302e5aaad623f53d9a393db553c439fbb0d8cf (diff)
downloadwallabag-a8c6f29f3ee51ccfcce2e24ec352d9d48a34fc56.tar.gz
wallabag-a8c6f29f3ee51ccfcce2e24ec352d9d48a34fc56.tar.zst
wallabag-a8c6f29f3ee51ccfcce2e24ec352d9d48a34fc56.zip
Hide creation date in mobile view
-rw-r--r--src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/_card_actions.html.twig4
1 files 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 @@
3 <i class="material-icons" title="{{ 'entry.list.reading_time'|trans }}">timer</i> 3 <i class="material-icons" title="{{ 'entry.list.reading_time'|trans }}">timer</i>
4 {{ entry.readingTime / app.user.config.readingSpeed|round }} min&nbsp; 4 {{ entry.readingTime / app.user.config.readingSpeed|round }} min&nbsp;
5 5
6 <i class="material-icons" title="{{ 'entry.view.created_at'|trans }}">today</i> 6 <i class="material-icons hide-on-med-and-down" title="{{ 'entry.view.created_at'|trans }}">today</i>
7 &nbsp;{{ entry.createdAt|date('Y-m-d') }} 7 <span class="hide-on-med-and-down">&nbsp;{{ entry.createdAt|date('Y-m-d') }}</span>
8 </span> 8 </span>
9 9
10 <ul class="tools right"> 10 <ul class="tools right">