fix: left menu without content

This commit is contained in:
Jean-Baptiste Pasquier
2021-01-27 14:36:21 +01:00
parent 5112be83b3
commit 230b5100a3
2 changed files with 20 additions and 4 deletions

View File

@ -16,7 +16,7 @@ solid-widget(name='hubl-menu-publicprivate')
solid-widget(name='hubl-create-contact')
template
p.create.text-color-white
p.segment.full.create.text-color-white.whitespace-normal(style='display:block!important')
span(data-trans="menuLeft.contact.create")
span  
solid-link(next="members" data-trans="menuLeft.contact.profileDir")
@ -25,13 +25,12 @@ solid-widget(name='hubl-create-contact')
solid-widget(name='hubl-create')
template
p.create.text-color-white
p.segment.full.create.text-color-white.whitespace-normal(style='display:block!important')
span(data-trans="menuLeft.emptyCircleProject.notPartOf")
span  ${value}.
br
span(data-trans="menuLeft.emptyCircleProject.createNew")
span  
solid-link.segment.full(next="${value == 'projet' ? 'admin-projects' : 'admin-circles'}", data-trans="menuLeft.emptyCircleProject.adminPanel")
solid-link(next="${value == 'projet' ? 'admin-projects' : 'admin-circles'}", data-trans="menuLeft.emptyCircleProject.adminPanel")
solid-widget(name='hubl-menu-fix-url-contact')
template