Don't show empty sync menu list for collaborators

This commit is contained in:
James Allen 2014-10-08 15:57:56 +01:00
parent 3a9d8c2b31
commit 8f7dff1518
2 changed files with 10 additions and 8 deletions

View file

@ -46,8 +46,9 @@ aside#left-menu.full-size(
i.fa.fa-external-link.fa-fw
|    #{translate("publish_as_template")}
div(ng-show="permissions.admin")
h4() #{translate("sync")}
span(ng-controller="DropboxController", ng-show="permissions.admin")
span(ng-controller="DropboxController")
ul.list-unstyled.nav()
li
a(ng-click="openDropboxModal()")

View file

@ -304,3 +304,4 @@ module.exports =
proxyUrls: {}
reloadModuleViewsOnEachRequest: true