aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2018-07-13 10:13:11 +0200
committerMario Vavti <mario@mariovavti.com>2018-07-13 10:13:11 +0200
commita8cef79b1a2a9178c615e279e681eac43f5e3737 (patch)
tree1e3f264406c952d698d2110b09f0b1a0797e8381 /view/tpl
parent5076e38c1cd883be5db0a3f84fe75a8af7a6d197 (diff)
downloadvolse-hubzilla-a8cef79b1a2a9178c615e279e681eac43f5e3737.tar.gz
volse-hubzilla-a8cef79b1a2a9178c615e279e681eac43f5e3737.tar.bz2
volse-hubzilla-a8cef79b1a2a9178c615e279e681eac43f5e3737.zip
let timeago render the date
Diffstat (limited to 'view/tpl')
-rwxr-xr-xview/tpl/mail_conv.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/mail_conv.tpl b/view/tpl/mail_conv.tpl
index 759517b7f..cd810e999 100755
--- a/view/tpl/mail_conv.tpl
+++ b/view/tpl/mail_conv.tpl
@@ -6,7 +6,7 @@
<div class="mail-conv-detail">
{{if $mail.is_recalled}}<strong>{{$mail.is_recalled}}</strong>{{/if}}
<div class="wall-item-name"><a class="wall-item-name-link" href="{{$mail.from_url}}">{{$mail.from_name}}</a></div>
- <div class="autotime wall-item-ago" title="{{$mail.date}}">{{$mail.date}}</div>
+ <div class="autotime wall-item-ago" title="{{$mail.date}}"></div>
</div>
</div>
<div class="clearfix mail-conv-content">