Added activity feed
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
component Post(post *arn.Post, user *arn.User)
|
||||
.thread
|
||||
.posts
|
||||
Postable(post.ToPostable(), user, "")
|
||||
Postable(post.ToPostable(), user, "", "")
|
||||
|
||||
.side-note.mountable
|
||||
a(href=post.Parent().Link())= post.Parent().TitleByUser(user)
|
||||
.side-note-container.mountable
|
||||
a.side-note(href=post.Parent().Link())= post.Parent().TitleByUser(user)
|
||||
|
@ -1,3 +1,6 @@
|
||||
.side-note-container
|
||||
horizontal
|
||||
justify-content flex-end
|
||||
|
||||
.side-note
|
||||
font-size 0.9rem
|
||||
text-align right !important
|
||||
font-size 0.9rem
|
Reference in New Issue
Block a user