feature: arrow on circle and project

This commit is contained in:
Jean-Baptiste Pasquier 2020-10-08 12:31:26 +02:00
parent 2c539947a5
commit 3451a2ab2f
1 changed files with 4 additions and 4 deletions

View File

@ -70,12 +70,12 @@ solid-router#navbar-router(default-route='dashboard')
div.menu-icon.icon-calendar
div.divider
if endpoints.projects || (endpoints.get && endpoints.get.projects)
div
div.menu-wrapper
solid-link
//- (next='admin-project-list')
div.menu
div.menu-chevron
div.menu-icon
div.menu-icon.icon-arrow-up
//- div.menu-icon.icon-arrow-right-circle
div.menu-label Projets
div.menu-icon.icon-folder-alt
@ -99,12 +99,12 @@ solid-router#navbar-router(default-route='dashboard')
)
div.divider
if endpoints.circles || (endpoints.get && endpoints.get.circles)
div
div.menu-wrapper
solid-link
//- (next='admin-circle-list')
div.menu
div.menu-chevron
div.menu-icon
div.menu-icon.icon-arrow-up
//- div.menu-icon.icon-arrow-right-circle
div.menu-label Cercles
div.menu-icon.icon-folder-alt