aboutsummaryrefslogtreecommitdiff
path: root/ui/templates/comments.tmpl.html
diff options
context:
space:
mode:
Diffstat (limited to 'ui/templates/comments.tmpl.html')
-rw-r--r--ui/templates/comments.tmpl.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/templates/comments.tmpl.html b/ui/templates/comments.tmpl.html
index 560e918..b069bbd 100644
--- a/ui/templates/comments.tmpl.html
+++ b/ui/templates/comments.tmpl.html
@@ -2,7 +2,7 @@
<div id="post-comments">
{{range $comment := .comments }}
<span class="comment-author">by <a href="/u/{{$comment.username}}">{{$comment.username}}</a></span>
- <span class="comment-created-at">{{$comment.created_at | relative_time}}</span>
+ <span class="comment-created-at">{{$comment.created_at}}</span>
<span class="actions">
<span class="action-flag">Flag</span>
<span class="action-hide">Hide</span>