forked from wallabag/wallabag
Fixed calendar icon position with baggy theme
This commit is contained in:
@ -41,7 +41,8 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="article-informations">
|
<div id="article-informations">
|
||||||
<i class="tool icon icon-calendar" title="{{ 'entry.view.created_at'|trans }}">{{ entry.createdAt|date('Y-m-d') }}
|
<i class="tool icon icon-calendar" title="{{ 'entry.view.created_at'|trans }}">
|
||||||
|
{{ entry.createdAt|date('Y-m-d') }}
|
||||||
</i>
|
</i>
|
||||||
|
|
||||||
<i class="tool icon icon-time">
|
<i class="tool icon icon-time">
|
||||||
|
|||||||
Reference in New Issue
Block a user