Commit 5df760a2 authored by Drew Blessing's avatar Drew Blessing

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
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
.col-sm-10 .col-sm-10
= users_select_tag(:user_ids, multiple: true, class: 'input-large', scope: :all, email_user: true) = users_select_tag(:user_ids, multiple: true, class: 'input-large', scope: :all, email_user: true)
.help-block .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 .form-group
= f.label :access_level, "Group Access", class: 'control-label' = f.label :access_level, "Group Access", class: 'control-label'
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
.col-sm-10 .col-sm-10
= users_select_tag(:user_ids, multiple: true, class: 'input-large', scope: :all, email_user: true) = users_select_tag(:user_ids, multiple: true, class: 'input-large', scope: :all, email_user: true)
.help-block .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 .form-group
= f.label :access_level, "Project Access", class: 'control-label' = f.label :access_level, "Project Access", class: 'control-label'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment