mirror of https://github.com/requarks/wiki
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.
60 lines
1.4 KiB
60 lines
1.4 KiB
extends ../../layout.pug
|
|
|
|
block rootNavCenter
|
|
h2.nav-item Account
|
|
|
|
block rootNavRight
|
|
i.nav-item#notifload
|
|
.nav-item
|
|
a.button.btn-edit-discard(href='/')
|
|
i.icon-home
|
|
span Home
|
|
|
|
block content
|
|
|
|
#page-type-account
|
|
.container.is-fluid
|
|
.columns.is-gapless
|
|
|
|
.column.is-narrow.is-hidden-touch.sidebar
|
|
|
|
aside
|
|
.sidebar-label
|
|
i.icon-th-small
|
|
span Navigation
|
|
ul.sidebar-menu
|
|
li
|
|
a(href='/')
|
|
i.icon-home
|
|
span Home
|
|
|
|
aside
|
|
.sidebar-label
|
|
i.icon-head
|
|
span Account
|
|
ul.sidebar-menu
|
|
li
|
|
a(href='/admin/profile')
|
|
i.icon-user
|
|
span My Profile
|
|
li
|
|
a(href='/admin/stats')
|
|
i.icon-bar-graph-2
|
|
span Stats
|
|
if rights.manage
|
|
li
|
|
a(href='/admin/users')
|
|
i.icon-users
|
|
span Users
|
|
li
|
|
a(href='/admin/settings')
|
|
i.icon-cog
|
|
span Site Settings
|
|
li
|
|
a(href='/logout')
|
|
i.icon-delete2
|
|
span Logout
|
|
|
|
.column
|
|
block adminContent
|