1
0
Fork 0

provide local time for notifications

This commit is contained in:
rabuzarus 2016-12-22 00:28:52 +01:00
commit 2fcbba9410
11 changed files with 32 additions and 20 deletions

View file

@ -6,7 +6,7 @@
<div class="notif-desc-wrapper media-body">
<a href="{{$item_link}}">
{{$item_text}}
<div><time class="notif-when time" data-toggle="tooltip">{{$item_when}}</time></div>
<div><time class="notif-when time" data-toggle="tooltip" title="{{$item_when}}">{{$item_ago}}</time></div>
</a>
</div>
</div>