Added advanced thread and post editing for admins

This commit is contained in:
2018-06-03 08:52:38 +09:00
parent 0fd8692100
commit b5f4585edd
6 changed files with 80 additions and 0 deletions

View 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")