diff options
| author | Alexander Kavon <me+git@alexkavon.com> | 2024-01-22 22:09:39 -0500 |
|---|---|---|
| committer | Alexander Kavon <me+git@alexkavon.com> | 2024-01-22 22:09:39 -0500 |
| commit | f329e7f2095a57967bfe86563401236d53a15924 (patch) | |
| tree | 6c8f4221a661794cb0faf65f3484262018d78b90 /ui/templates | |
| parent | 0baaa2eaa759662363533b812ef5dd7cc25885e3 (diff) | |
ui post/get and ui comments templates, more base templating
Diffstat (limited to 'ui/templates')
| -rw-r--r-- | ui/templates/comments.tmpl.html | 2 |
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> |
