Minor fix

This commit is contained in:
Eduard Urbach 2018-11-05 22:10:40 +09:00
parent 0faba423aa
commit 9e36f03d15

View File

@ -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