Added timestamps to forum

This commit is contained in:
2017-07-07 17:16:40 +02:00
parent b9c64a52b3
commit 17c9499601
7 changed files with 44 additions and 55 deletions

View File

@ -22,6 +22,8 @@ component Postable(post arn.Postable, user *arn.User, highlightAuthorID string)
a.button.post-cancel-edit.action(data-action="editPost", data-trigger="click", data-id=post.ID())
Icon("close")
span Cancel
.post-date.utc-date(data-date=post.Created())
.post-toolbar(id="toolbar-" + post.ID())
.spacer