invite: Add docs link next to the user-role dropdown label in invite modal.

This commit adds link to 'roles and permissions' docs next to the
label of user role dropdown in invite modal.
This commit is contained in:
sahil839 2020-06-21 19:20:56 +05:30 committed by Tim Abbott
parent 60c4896c3a
commit 3498287b8c
1 changed files with 5 additions and 1 deletions

View File

@ -30,7 +30,11 @@
</div>
</div>
<div class="input-group">
<label for="invite_as">{{ _('User(s) join as') }}</label>
<label for="invite_as">{{ _('User(s) join as') }}
<a href="/help/roles-and-permissions" target="_blank" rel="noopener noreferrer">
<i class="fa fa-question-circle-o" aria-hidden="true"></i>
</a>
</label>
<div>
<select id="invite_as">
<option name="invite_as" value="{{ invite_as.MEMBER }}">{{ _('Members') }}</option>