mirror of https://github.com/Requarks/wiki.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
332 B
18 lines
332 B
extends ./_layout.pug
|
|
|
|
block adminContent
|
|
.hero
|
|
h1.title#title Users
|
|
h2.subtitle Manage users and rights
|
|
ul.hero-menu
|
|
li
|
|
a.is-blue(href='/')
|
|
i.icon-plus
|
|
span Create Local User
|
|
li
|
|
a.is-indigo(href='/')
|
|
i.icon-globe
|
|
span Authorize Social User
|
|
.form-sections
|
|
section
|
|
| Coming soon
|