Skip to content
Snippets Groups Projects
Commit 5df760a2 authored by Drew Blessing's avatar Drew Blessing
Browse files

Merge branch 'user-search-hint' into 'master'

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

Fixes gitlab-org/gitlab-ee#19

/cc @JobV 

See merge request !2411
parents b7f49aa0 76b3ca72
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