Added user registrations page
This commit is contained in:
@ -27,6 +27,9 @@ component Editor(url string, score int, scoreTitle string, scoreTypes map[string
|
||||
a.footer-element(href="/editor/mal/diff/anime" + user.Settings().Editor.Filter.Suffix()) MALdiff
|
||||
a.footer-element(href="/editor/kitsu/new/anime") Kitsu
|
||||
|
||||
if user.Role == "admin"
|
||||
a.footer-element(href="/admin") Admin
|
||||
|
||||
component EditorTabs(url string, user *arn.User)
|
||||
.corner-buttons-left
|
||||
a.button(href="/editor")
|
||||
|
Reference in New Issue
Block a user