Merge remote-tracking branch 'origin/as-different-share-copy-for-link-sharing'

GitOrigin-RevId: e8a0dfdc175e036dd491db41ab17d70604dd0cc3
This commit is contained in:
Douglas Lovell 2019-01-24 08:53:43 -03:00 committed by sharelatex
parent d2bccbec25
commit 2a72804434

View file

@ -181,7 +181,8 @@ script(type='text/ng-template', id='shareProjectModalTemplate')
p.small(ng-show="startedFreeTrial")
| #{translate("refresh_page_after_starting_free_trial")}
.row.public-access-level.public-access-level--notice(ng-show="!isAdmin")
.col-xs-12.text-center #{translate("to_add_more_collaborators")}
.col-xs-12.text-center(ng-show="project.publicAccesLevel == 'private'") #{translate("to_add_more_collaborators")}
.col-xs-12.text-center(ng-show="project.publicAccesLevel == 'tokenBased'") #{translate("to_change_access_permissions")}
.modal-footer.modal-footer-share
.modal-footer-left
i.fa.fa-refresh.fa-spin(ng-show="state.inflight")