2016-11-19 18:02:33 +00:00
|
|
|
component Forums
|
|
|
|
h2.forum-header Forum
|
|
|
|
ForumTags
|
|
|
|
|
|
|
|
component ForumTags
|
2017-06-08 12:46:38 +00:00
|
|
|
.forum-tags.light-button-group
|
2016-11-19 18:02:33 +00:00
|
|
|
ForumCategory("All", "")
|
|
|
|
ForumCategory("General", "/general")
|
|
|
|
ForumCategory("News", "/news")
|
|
|
|
ForumCategory("Anime", "/anime")
|
|
|
|
ForumCategory("Updates", "/update")
|
|
|
|
ForumCategory("Suggestions", "/suggestion")
|
|
|
|
ForumCategory("Bugs", "/bug")
|
|
|
|
|
|
|
|
component ForumCategory(title string, suffix string)
|
2017-06-08 12:46:38 +00:00
|
|
|
a.light-button.ajax(href="/forum" + suffix)= title
|
2016-11-19 18:02:33 +00:00
|
|
|
//- a.grid-cell.ajax(href="/forum/" + category)
|
|
|
|
//- .grid-text
|
|
|
|
//- GridIcon(arn.GetForumIcon(category))
|
|
|
|
//- span= title
|