mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Show sync panel for everyone except anonymous users
This commit is contained in:
parent
c70c048aae
commit
31ee8eea8b
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ aside#left-menu.full-size(
|
|||
i.fa.fa-external-link.fa-fw
|
||||
| #{translate("publish_as_template")}
|
||||
|
||||
div(ng-show="permissions.admin")
|
||||
div(ng-show="!anonymous")
|
||||
h4() #{translate("sync")}
|
||||
span(ng-controller="DropboxController")
|
||||
ul.list-unstyled.nav()
|
||||
|
|
Loading…
Reference in a new issue