Update style when project is public too

This commit is contained in:
James Allen 2014-07-01 15:17:42 +01:00
parent 0b0f7eab0b
commit e1bce85933

View file

@ -17,10 +17,10 @@ script(type='text/ng-template', id='shareProjectModalTemplate')
ng-click="openMakePublicModal()"
) Make Public
.row.public-access-level(ng-show="project.publicAccesLevel != 'private'")
.col-md-9
.col-md-12.text-center
strong(ng-if="project.publicAccesLevel == 'readAndWrite'") This project is public and can be edited by anyone with the URL.
strong(ng-if="project.publicAccesLevel == 'readOnly'") This project is public and can be viewed by anyone with the URL.
.col-md-3.text-right
|   
a(
href
ng-click="openMakePrivateModal()"