diff options
author | Drew DeVault <sir@cmpwn.com> | 2020-11-13 12:28:46 -0500 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2020-11-13 12:28:46 -0500 |
commit | 2611bee1705dcaf541b5efaa3cf61d344cf1bff1 (patch) | |
tree | 5d29c757cfff10b2e222d517f2961fa0a4101219 /themes | |
parent | 6ecb243620c6114cc5b25ec780aff9040ac49260 (diff) | |
download | alps-2611bee1705dcaf541b5efaa3cf61d344cf1bff1.tar.gz alps-2611bee1705dcaf541b5efaa3cf61d344cf1bff1.zip |
Humanize message list dates
Diffstat (limited to 'themes')
-rw-r--r-- | themes/alps/mailbox.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/alps/mailbox.html b/themes/alps/mailbox.html index 60cc978..ac09a7d 100644 --- a/themes/alps/mailbox.html +++ b/themes/alps/mailbox.html @@ -68,7 +68,7 @@ </a> </div> <div class="message-list-date {{$classes}}"> - {{ .Envelope.Date | formatdate }} + {{ .Envelope.Date | humantime }} </div> {{ else }} <div class="message-list-checkbox {{$classes}}"> |