Updated to latest ARN API

This commit is contained in:
2017-06-27 12:39:41 +02:00
parent 93e7ad01d5
commit 04373033cc
10 changed files with 23 additions and 14 deletions

View File

@ -15,7 +15,7 @@ component Dashboard(posts []*arn.Post, following []*arn.User)
h3.widget-title Forums
each post in posts
a.widget-element.ajax(href=post.Thread().Link() + "#" + post.ID)
a.widget-element.ajax(href=post.Thread().Link())
.widget-element-text
Icon(arn.GetForumIcon(post.Thread().Tags[0]))
span= post.Thread().Title