Added staff recruitment message

This commit is contained in:
Eduard Urbach 2017-11-30 17:20:15 +01:00
parent 5284698e73
commit a6cfd98ea8
3 changed files with 9 additions and 1 deletions

1
images/icons/mecha.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 6.6 KiB

View File

@ -164,5 +164,5 @@ func Staff(ctx *aero.Context) string {
editors, editors,
} }
return ctx.HTML(components.UserLists(userLists)) return ctx.HTML(components.UserLists(userLists) + components.StaffRecruitment())
} }

View File

@ -21,6 +21,13 @@ component UserLists(groups []*utils.UserList)
.mountable .mountable
Avatar(user) Avatar(user)
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?
component UsersTabs component UsersTabs
.tabs .tabs
Tab("Active", "users", "/users") Tab("Active", "users", "/users")