mirror of https://github.com/zulip/zulip.git
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:
parent
60c4896c3a
commit
3498287b8c
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue