diff options
author | Douwe Maan <douwe@gitlab.com> | 2015-04-10 15:25:32 +0200 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2015-04-14 12:08:10 +0200 |
commit | 87dd3f215f8c087d85cde7ac880c5480fd501303 (patch) | |
tree | ffb0f7dde79d9b2336de5dc55a159f7d1a02192c /app/views/admin/groups/show.html.haml | |
parent | 717fa136a5146d45660d3d97f5671352a47a0601 (diff) | |
download | gitlab-ce-87dd3f215f8c087d85cde7ac880c5480fd501303.tar.gz |
Let members be invited from Add members pane.
Diffstat (limited to 'app/views/admin/groups/show.html.haml')
-rw-r--r-- | app/views/admin/groups/show.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/groups/show.html.haml b/app/views/admin/groups/show.html.haml index 404b918c245..14996dcd6a2 100644 --- a/app/views/admin/groups/show.html.haml +++ b/app/views/admin/groups/show.html.haml @@ -60,7 +60,7 @@ = form_tag members_update_admin_group_path(@group), id: "new_project_member", class: "bulk_import", method: :put do %div - = users_select_tag(:user_ids, multiple: true) + = users_select_tag(:user_ids, multiple: true, email_user: true) %div.prepend-top-10 = select_tag :access_level, options_for_select(GroupMember.access_level_roles), class: "project-access-select select2" %hr |