Added advanced thread and post editing for admins
This commit is contained in:
7
pages/post/editpost/editpost.pixy
Normal file
7
pages/post/editpost/editpost.pixy
Normal file
@ -0,0 +1,7 @@
|
||||
component EditPostTabs(post *arn.Post)
|
||||
.tabs
|
||||
a.tab(href=post.Link())
|
||||
Icon("comment")
|
||||
span Post
|
||||
|
||||
Tab("Edit", "pencil", post.Link() + "/edit")
|
Reference in New Issue
Block a user