37 lines
922 B
Plaintext
Raw Normal View History

2017-06-10 00:19:31 +00:00
component Users(users []*arn.User)
2017-07-06 20:23:32 +00:00
h1.page-title Users
2017-06-10 00:19:31 +00:00
2017-10-07 08:52:59 +00:00
UsersTabs
2017-07-19 11:08:12 +00:00
2017-06-10 00:51:11 +00:00
.user-avatars
each user in users
2017-07-19 11:21:01 +00:00
.mountable
2017-10-07 08:52:59 +00:00
Avatar(user)
2017-11-30 15:40:52 +00:00
component UserLists(groups []*utils.UserList)
h1.page-title Users
UsersTabs
each group in groups
h3.user-list-name.mountable= group.Name
.user-avatars
each user in group.Users
.mountable
Avatar(user)
2017-11-30 16:20:15 +00:00
component StaffRecruitment
.footer.mountable
p
a(href="https://github.com/animenotifier/notify.moe/blob/go/INSTALLATION.md", target="_blank", rel="noopener") Interested in contributing code?
br
a(href="https://discord.gg/0kimAmMCeXGXuzNF", target="_blank", rel="noopener") Interested in editing data?
2017-10-07 08:52:59 +00:00
component UsersTabs
.tabs
Tab("Active", "users", "/users")
2017-12-04 12:38:38 +00:00
//- Tab("No Avatar", "users", "/users/noavatar")
2017-10-07 08:52:59 +00:00
Tab("Osu", "gamepad", "/users/osu")
2017-11-30 15:40:52 +00:00
Tab("Overwatch", "overwatch", "/users/overwatch")
2017-10-07 08:52:59 +00:00
Tab("Staff", "user-secret", "/users/staff")