mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
hide dropbox in left menu if you are not the admin
This commit is contained in:
parent
f906d63067
commit
dff74cf5cb
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ aside#left-menu.full-size(
|
||||||
| Publish as Template
|
| Publish as Template
|
||||||
|
|
||||||
|
|
||||||
span(ng-controller="DropboxController", ng-show="!anonymous")
|
span(ng-controller="DropboxController", ng-show="permissions.admin")
|
||||||
h4() Sync
|
h4() Sync
|
||||||
ul.list-unstyled.nav()
|
ul.list-unstyled.nav()
|
||||||
li
|
li
|
||||||
|
|
Loading…
Reference in a new issue