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 EditPostTabs(post *arn.Post)
.tabs
a.tab(href=post.Link())
Icon("comment")
span Post
Tab("Edit", "pencil", post.Link() + "/edit")