mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Only show services header if we have some services to render
This commit is contained in:
parent
1c9f9274a9
commit
662050b3f9
1 changed files with 5 additions and 4 deletions
|
@ -48,9 +48,10 @@ aside#left-menu.full-size(
|
|||
h4() #{translate("sync")}
|
||||
!= moduleIncludes("editorLeftMenu:sync", locals)
|
||||
|
||||
span(ng-show="!anonymous")
|
||||
h4 #{translate("services")}
|
||||
!= moduleIncludes("editorLeftMenu:editing_services", locals)
|
||||
if (moduleIncludesAvailable("editorLeftMenu:editing_services"))
|
||||
span(ng-show="!anonymous")
|
||||
h4 #{translate("services")}
|
||||
!= moduleIncludes("editorLeftMenu:editing_services", locals)
|
||||
|
||||
|
||||
h4(ng-show="!anonymous") #{translate("settings")}
|
||||
|
|
Loading…
Reference in a new issue