2020-01-20 12:57:03 +00:00
|
|
|
.views-container.sidebar-is-closed
|
2020-02-03 13:39:14 +00:00
|
|
|
if endpoints.circles || (endpoints.get && endpoints.get.circles)
|
|
|
|
#admin-circles(hidden)
|
2020-02-10 12:59:23 +00:00
|
|
|
include views/admin/page-admin-circles.pug
|
2020-02-03 13:39:14 +00:00
|
|
|
if endpoints.projects || (endpoints.get && endpoints.get.projects)
|
|
|
|
#admin-projects(hidden)
|
2020-02-10 12:59:23 +00:00
|
|
|
include views/admin/page-admin-projects.pug
|
|
|
|
if publicDirectory && (endpoints.users || (endpoints.get && endpoints.get.users))
|
|
|
|
#admin-users(hidden)
|
|
|
|
include views/admin/page-admin-users.pug
|
2019-10-25 17:15:45 +00:00
|
|
|
nav.jsRightMenu(role='navigation')
|
|
|
|
sib-router(default-route='admin-circles')
|
|
|
|
ul
|
|
|
|
li.jsOffsiteToggle
|
|
|
|
a Fold menu
|
2020-02-10 12:59:23 +00:00
|
|
|
if publicDirectory && (endpoints.users || (endpoints.get && endpoints.get.users))
|
|
|
|
sib-route(name='admin-users')
|
|
|
|
li
|
|
|
|
a Users
|
2020-02-03 13:39:14 +00:00
|
|
|
if endpoints.circles || (endpoints.get && endpoints.get.circles)
|
|
|
|
sib-route(name='admin-circles')
|
|
|
|
li
|
|
|
|
a Circles
|
|
|
|
if endpoints.projects || (endpoints.get && endpoints.get.projects)
|
|
|
|
sib-route(name='admin-projects')
|
|
|
|
li
|
|
|
|
a Projects
|