aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Entry/entry.html.twig
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2016-10-04 15:00:47 +0200
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2016-10-04 15:00:47 +0200
commit3e85e91159c506586970e00e3614679879342de9 (patch)
tree8660a9b57659f3485d6ab2f1549cccb05ff23cd4 /src/Wallabag/CoreBundle/Resources/views/themes/baggy/Entry/entry.html.twig
parent0c7f1ba79615be00d07a3fd4e9671f3c2356d38b (diff)
downloadwallabag-3e85e91159c506586970e00e3614679879342de9.tar.gz
wallabag-3e85e91159c506586970e00e3614679879342de9.tar.zst
wallabag-3e85e91159c506586970e00e3614679879342de9.zip
Fixed calendar icon position with baggy theme
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources/views/themes/baggy/Entry/entry.html.twig')
-rw-r--r--src/Wallabag/CoreBundle/Resources/views/themes/baggy/Entry/entry.html.twig3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Entry/entry.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Entry/entry.html.twig
index bead6809..9a5c8fe0 100644
--- a/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Entry/entry.html.twig
+++ b/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Entry/entry.html.twig
@@ -41,7 +41,8 @@
41 </div> 41 </div>
42 42
43 <div id="article-informations"> 43 <div id="article-informations">
44 <i class="tool icon icon-calendar" title="{{ 'entry.view.created_at'|trans }}">{{ entry.createdAt|date('Y-m-d') }} 44 <i class="tool icon icon-calendar" title="{{ 'entry.view.created_at'|trans }}">
45 {{ entry.createdAt|date('Y-m-d') }}
45 </i> 46 </i>
46 47
47 <i class="tool icon icon-time"> 48 <i class="tool icon icon-time">