Minor fix
This commit is contained in:
parent
0faba423aa
commit
9e36f03d15
@ -16,6 +16,4 @@ component Comments(parent arn.PostParent, user *arn.User)
|
|||||||
|
|
||||||
.buttons
|
.buttons
|
||||||
if !arn.IsLocked(parent)
|
if !arn.IsLocked(parent)
|
||||||
button.mountable.action(data-action="createPost", data-trigger="click", data-parent-type=reflect.TypeOf(parent).Elem().Name(), data-parent-id=parent.GetID())
|
NewPostActions(reflect.TypeOf(parent).Elem().Name(), parent.GetID(), false)
|
||||||
Icon("mail-reply")
|
|
||||||
span Reply
|
|
Loading…
Reference in New Issue
Block a user