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