From 9e36f03d1582b0f879f844094bf0ba632a8b2e49 Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Mon, 5 Nov 2018 22:10:40 +0900 Subject: [PATCH] Minor fix --- mixins/Comments.pixy | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/mixins/Comments.pixy b/mixins/Comments.pixy index a7e11748..81ac9372 100644 --- a/mixins/Comments.pixy +++ b/mixins/Comments.pixy @@ -16,6 +16,4 @@ component Comments(parent arn.PostParent, user *arn.User) .buttons 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()) - Icon("mail-reply") - span Reply \ No newline at end of file + NewPostActions(reflect.TypeOf(parent).Elem().Name(), parent.GetID(), false) \ No newline at end of file