diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-10-04 15:00:47 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-10-04 15:00:47 +0200 |
commit | 3e85e91159c506586970e00e3614679879342de9 (patch) | |
tree | 8660a9b57659f3485d6ab2f1549cccb05ff23cd4 /src | |
parent | 0c7f1ba79615be00d07a3fd4e9671f3c2356d38b (diff) | |
download | wallabag-3e85e91159c506586970e00e3614679879342de9.tar.gz wallabag-3e85e91159c506586970e00e3614679879342de9.tar.zst wallabag-3e85e91159c506586970e00e3614679879342de9.zip |
Fixed calendar icon position with baggy theme
Diffstat (limited to 'src')
-rw-r--r-- | src/Wallabag/CoreBundle/Resources/views/themes/baggy/Entry/entry.html.twig | 3 |
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"> |