From 915bd18058d0bd3367aa41dbd77796b0de5e8485 Mon Sep 17 00:00:00 2001 From: Chrystal Griffiths Date: Fri, 14 Sep 2018 11:47:18 +0100 Subject: [PATCH] Read-only collaborators table --- services/web/app/views/project/editor/share.pug | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/web/app/views/project/editor/share.pug b/services/web/app/views/project/editor/share.pug index 737cedf5cc..17da2df67a 100644 --- a/services/web/app/views/project/editor/share.pug +++ b/services/web/app/views/project/editor/share.pug @@ -76,7 +76,7 @@ script(type='text/ng-template', id='shareProjectModalTemplate') .col-xs-3.text-left span(ng-show="member.privileges == 'readAndWrite'") #{translate("can_edit")} span(ng-show="member.privileges == 'readOnly'") #{translate("read_only")} - .col-xs-1 + .col-xs-1(ng-show="isAdmin") a( href tooltip=translate('remove_collaborator') @@ -178,7 +178,7 @@ 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 To add more collaborators or turn on link sharing, please ask the project owner + .col-xs-12.text-center #{translate("to_add_more_collaborators")} .modal-footer.modal-footer-share .modal-footer-left i.fa.fa-refresh.fa-spin(ng-show="state.inflight")