7 lines
153 B
Plaintext
7 lines
153 B
Plaintext
|
component EditPostTabs(post *arn.Post)
|
||
|
.tabs
|
||
|
a.tab(href=post.Link())
|
||
|
Icon("comment")
|
||
|
span Post
|
||
|
|
||
|
Tab("Edit", "pencil", post.Link() + "/edit")
|