Skip to content
Snippets Groups Projects
Commit 76b3ca72 authored by Patricio Cano's avatar Patricio Cano
Browse files

Added hint that you can search users by name, username, or email.

parent b7f49aa0
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -4,7 +4,7 @@
.col-sm-10
= users_select_tag(:user_ids, multiple: true, class: 'input-large', scope: :all, email_user: true)
.help-block
Search for existing users or invite new ones using their email address.
Search for users by name, username, or email, or invite new ones using their email address.
 
.form-group
= f.label :access_level, "Group Access", class: 'control-label'
Loading
Loading
Loading
Loading
@@ -4,7 +4,7 @@
.col-sm-10
= users_select_tag(:user_ids, multiple: true, class: 'input-large', scope: :all, email_user: true)
.help-block
Search for existing users or invite new ones using their email address.
Search for users by name, username, or email, or invite new ones using their email address.
 
.form-group
= f.label :access_level, "Project Access", class: 'control-label'
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment