diff options
Diffstat (limited to 'themes/alps')
-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}}"> |