2021-01-12 10:25:09 +00:00
|
|
|
.scrollbar-content.views-container.sidebar-is-closed
|
2020-02-03 13:39:14 +00:00
|
|
|
if endpoints.circles || (endpoints.get && endpoints.get.circles)
|
2020-10-19 14:12:14 +00:00
|
|
|
#admin-circles(hidden, data-view="admin-circles")
|
2020-11-26 22:21:55 +00:00
|
|
|
include partials/admin/page-admin-circles.pug
|
2020-02-03 13:39:14 +00:00
|
|
|
if endpoints.projects || (endpoints.get && endpoints.get.projects)
|
2020-10-19 14:12:14 +00:00
|
|
|
#admin-projects(hidden, data-view="admin-projects")
|
2020-11-26 22:21:55 +00:00
|
|
|
include partials/admin/page-admin-projects.pug
|
2020-04-08 10:57:05 +00:00
|
|
|
if (endpoints.users || (endpoints.get && endpoints.get.users))
|
2020-10-19 14:12:14 +00:00
|
|
|
#admin-communities(hidden, data-view="admin-communities")
|
2020-11-26 22:21:55 +00:00
|
|
|
include partials/admin/page-admin-communities.pug
|
2020-12-29 16:54:17 +00:00
|
|
|
nav.jsRightMenu.sidebar.whitespace-normal(role='navigation')
|
|
|
|
solid-router.segment.whitespace-normal.text-color-heading.text-bold(default-route='admin-circles')
|
2019-10-25 17:15:45 +00:00
|
|
|
ul
|
2021-01-22 13:29:45 +00:00
|
|
|
li.segment.full.padding-small.text-right.text-normal.jsOffsiteToggle
|
2020-12-14 12:14:19 +00:00
|
|
|
span.icon.icon-arrow-right.xxsmall.margin-right-xxsmall
|
|
|
|
a(data-trans='admin.menuRight.fold')
|
2020-04-08 10:57:05 +00:00
|
|
|
if (endpoints.users || (endpoints.get && endpoints.get.users))
|
2021-01-22 13:29:45 +00:00
|
|
|
solid-route.segment.full(name='admin-communities')
|
|
|
|
li.segment.full.padding-medium
|
2021-01-10 21:43:24 +00:00
|
|
|
span.icon.ci-networking.icon-xlarge.margin-right-medium
|
2020-10-21 13:31:05 +00:00
|
|
|
a(data-trans='admin.menuRight.community')
|
2020-02-03 13:39:14 +00:00
|
|
|
if endpoints.circles || (endpoints.get && endpoints.get.circles)
|
2021-01-22 13:29:45 +00:00
|
|
|
solid-route.segment.full(name='admin-circles')
|
|
|
|
li.segment.full.padding-medium
|
2021-01-10 21:43:24 +00:00
|
|
|
span.icon.ci-bubble-add.icon-xlarge.margin-right-medium
|
2020-10-21 13:31:05 +00:00
|
|
|
a(data-trans='admin.menuRight.circles')
|
2020-02-03 13:39:14 +00:00
|
|
|
if endpoints.projects || (endpoints.get && endpoints.get.projects)
|
2021-01-22 13:29:45 +00:00
|
|
|
solid-route.segment.full(name='admin-projects')
|
|
|
|
li.segment.full.padding-medium
|
2021-01-10 21:43:24 +00:00
|
|
|
span.icon.ci-add.icon-xlarge.margin-right-medium
|
2020-10-21 13:31:05 +00:00
|
|
|
a(data-trans='admin.menuRight.projects')
|