10 lines
276 B
Plaintext
Raw Normal View History

2018-04-25 17:12:47 +00:00
component Post(post *arn.Post, user *arn.User)
.thread
.posts
2019-08-30 01:02:22 +00:00
Postable(post, user, true, true, "")
2018-04-25 17:12:47 +00:00
2019-08-30 01:02:22 +00:00
if user != nil && user.Role == "admin"
.side-note-container.mountable
2018-11-05 16:26:46 +00:00
a.side-note.tip(href=post.Link() + "/edit", aria-label="Admin Edit")
Icon("edit")