Don't show pop-up when changing link sharing status

This commit is contained in:
James Allen
2018-02-06 09:56:46 +00:00
parent c1b20a38dd
commit e7ba75c2e5
2 changed files with 11 additions and 54 deletions
@@ -16,7 +16,7 @@ script(type='text/ng-template', id='shareProjectModalTemplate')
|   
a(
href
ng-click="openMakeTokenBasedModal()"
ng-click="makeTokenBased()"
) #{translate('turn_on_link_sharing')}
span   
a(
@@ -35,7 +35,7 @@ script(type='text/ng-template', id='shareProjectModalTemplate')
|   
a(
href
ng-click="openMakePrivateModal()"
ng-click="makePrivate()"
) #{translate('turn_off_link_sharing')}
span   
a(
@@ -62,7 +62,7 @@ script(type='text/ng-template', id='shareProjectModalTemplate')
|   
a(
href
ng-click="openMakePrivateModal()"
ng-click="makePrivate()"
) #{translate("make_private")}
.row.project-member