6 lines
138 B
Plaintext
Raw Normal View History

2017-07-06 16:54:10 +02:00
component PostableList(postables []arn.Postable, user *arn.User)
2017-06-22 11:21:26 -03:00
.thread
.posts
each post in postables
2017-07-06 16:54:10 +02:00
Postable(post, user, "")