Improved post view
This commit is contained in:
7
pages/post/post.pixy
Normal file
7
pages/post/post.pixy
Normal file
@ -0,0 +1,7 @@
|
||||
component Post(post *arn.Post, user *arn.User)
|
||||
.thread
|
||||
.posts
|
||||
Postable(post.ToPostable(), user, "")
|
||||
|
||||
.side-note.mountable
|
||||
a(href=post.Thread().Link())= post.Thread().Title
|
Reference in New Issue
Block a user