Improved auth and logging
This commit is contained in:
12
mixins/ForumTags.pixy
Normal file
12
mixins/ForumTags.pixy
Normal file
@ -0,0 +1,12 @@
|
||||
component ForumTags
|
||||
.forum-tags.light-button-group
|
||||
ForumTag("All", "")
|
||||
ForumTag("General", "/general")
|
||||
ForumTag("News", "/news")
|
||||
ForumTag("Anime", "/anime")
|
||||
ForumTag("Updates", "/update")
|
||||
ForumTag("Suggestions", "/suggestion")
|
||||
ForumTag("Bugs", "/bug")
|
||||
|
||||
component ForumTag(title string, suffix string)
|
||||
a.light-button.forum-tag.ajax(href="/forum" + suffix)= title
|
Reference in New Issue
Block a user