Hide reply button when not logged in

This commit is contained in:
Eduard Urbach 2017-06-27 04:33:24 +02:00
parent 731266cbea
commit 93e7ad01d5

View File

@ -17,7 +17,7 @@ component Thread(thread *arn.Thread, posts []*arn.Post, user *arn.User)
.post-content
textarea#new-reply(placeholder="Reply...")
.buttons
button.action(data-action="forumReply", data-trigger="click")
Icon("mail-reply")
span Reply
.buttons
button.action(data-action="forumReply", data-trigger="click")
Icon("mail-reply")
span Reply