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.
58 lines
1.3 KiB
58 lines
1.3 KiB
8 years ago
|
extends ../../layout.pug
|
||
|
|
||
|
block rootNavCenter
|
||
8 years ago
|
h2.nav-item Account
|
||
8 years ago
|
|
||
|
block rootNavRight
|
||
8 years ago
|
i.nav-item#notifload
|
||
|
.nav-item
|
||
|
a.button.btn-edit-discard(href='/')
|
||
|
i.icon-home
|
||
|
span Home
|
||
8 years ago
|
|
||
|
block content
|
||
|
|
||
8 years ago
|
#page-type-account
|
||
|
.container.is-fluid
|
||
|
.columns.is-gapless
|
||
|
|
||
|
.column.is-narrow.is-hidden-touch.sidebar
|
||
|
|
||
|
aside
|
||
|
.sidebar-label
|
||
|
span Navigation
|
||
|
ul.sidebar-menu
|
||
|
li
|
||
|
a(href='/')
|
||
|
i.icon-home
|
||
|
span Home
|
||
|
|
||
|
aside
|
||
|
.sidebar-label
|
||
|
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
|
||
8 years ago
|
span System Settings
|
||
8 years ago
|
li
|
||
|
a(href='/logout')
|
||
|
i.icon-delete2
|
||
|
span Logout
|
||
|
|
||
|
.column
|
||
|
block adminContent
|