Forum activity shown in user profiles
This commit is contained in:
3
mixins/PostableList.pixy
Normal file
3
mixins/PostableList.pixy
Normal file
@ -0,0 +1,3 @@
|
||||
component PostableList(postables []arn.Postable)
|
||||
each post in postables
|
||||
a.ajax(href=post.Link())= post.Title()
|
Reference in New Issue
Block a user