2016-11-22 12:34:59 +09:00
|
|
|
component Dashboard(posts []*arn.Post)
|
2016-11-29 01:06:00 +09:00
|
|
|
h2 Dash
|
2016-11-22 12:34:59 +09:00
|
|
|
|
|
|
|
.dashboard-widget
|
|
|
|
each post in posts
|
2016-12-02 15:24:45 +09:00
|
|
|
a.dashboard-event.ajax(href=post.Link())
|
2016-11-22 12:34:59 +09:00
|
|
|
.dashboard-event-author
|
|
|
|
AvatarNoLink(post.Author())
|
|
|
|
.dashboard-event-text
|
|
|
|
span= post.Thread().Title
|