diff --git a/pages/threads/threads.pixy b/pages/threads/threads.pixy index 0ebee69b..9a1014bb 100644 --- a/pages/threads/threads.pixy +++ b/pages/threads/threads.pixy @@ -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 \ No newline at end of file + .buttons + button.action(data-action="forumReply", data-trigger="click") + Icon("mail-reply") + span Reply \ No newline at end of file