From 5e5ab1eac4044952d2a55e65eb043817cfc7b3cf Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Sat, 17 Sep 2011 12:07:11 +0000 Subject: [PATCH] remove trailing white-spaces from app/views/groups/_users.html.erb git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7340 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/groups/_users.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 %>