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
|
.post-content
|
||||||
textarea#new-reply(placeholder="Reply...")
|
textarea#new-reply(placeholder="Reply...")
|
||||||
|
|
||||||
.buttons
|
.buttons
|
||||||
button.action(data-action="forumReply", data-trigger="click")
|
button.action(data-action="forumReply", data-trigger="click")
|
||||||
Icon("mail-reply")
|
Icon("mail-reply")
|
||||||
span Reply
|
span Reply
|
Loading…
Reference in New Issue
Block a user