Added soundtrack comments

This commit is contained in:
2018-10-29 11:30:23 +09:00
parent f4f1531b8b
commit ecceb415ca
7 changed files with 41 additions and 19 deletions

View File

@ -18,7 +18,7 @@ component Thread(thread *arn.Thread, posts []*arn.Post, user *arn.User)
.buttons
if !thread.Locked
button.mountable.action(data-action="forumReply", data-trigger="click")
button.mountable.action(data-action="createPost", data-trigger="click", data-parent-type="Thread", data-parent-id=thread.ID)
Icon("mail-reply")
span Reply