Hide reply button when not logged in
This commit is contained in:
parent
731266cbea
commit
93e7ad01d5
@ -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
|
Loading…
Reference in New Issue
Block a user