Show sync panel for everyone except anonymous users

This commit is contained in:
James Allen 2014-12-03 10:09:40 +00:00
parent c70c048aae
commit 31ee8eea8b

View file

@ -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()