37 lines
922 B
Plaintext
Raw Normal View History

2017-06-10 02:19:31 +02:00
component Users(users []*arn.User)
2017-07-06 22:23:32 +02:00
h1.page-title Users
2017-06-10 02:19:31 +02:00
2017-10-07 10:52:59 +02:00
UsersTabs
2017-07-19 13:08:12 +02:00
2017-06-10 02:51:11 +02:00
.user-avatars
each user in users
2017-07-19 13:21:01 +02:00
.mountable
2017-10-07 10:52:59 +02:00
Avatar(user)
2017-11-30 16:40:52 +01: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 17:20:15 +01: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 10:52:59 +02:00
component UsersTabs
.tabs
Tab("Active", "users", "/users")
2017-12-04 13:38:38 +01:00
//- Tab("No Avatar", "users", "/users/noavatar")
2017-10-07 10:52:59 +02:00
Tab("Osu", "gamepad", "/users/osu")
2017-11-30 16:40:52 +01:00
Tab("Overwatch", "overwatch", "/users/overwatch")
2017-10-07 10:52:59 +02:00
Tab("Staff", "user-secret", "/users/staff")