mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 16:14:02 +00:00
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:
@@ -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>
|
||||
|
Reference in New Issue
Block a user