diff --git a/app/views/groups/_users.html.erb b/app/views/groups/_users.html.erb index 805e5140a..ad6262249 100644 --- a/app/views/groups/_users.html.erb +++ b/app/views/groups/_users.html.erb @@ -36,11 +36,11 @@ :url => { :controller => 'groups', :action => 'autocomplete_for_user', :id => @group }, :with => 'q') %> - +
<%= principals_check_box_tags 'user_ids[]', users %>
- +

<%= submit_tag l(:button_add) %>

<% end %>