aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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">