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
This commit is contained in:
Toshi MARUYAMA 2011-09-17 12:07:11 +00:00
parent d9d523416d
commit 5e5ab1eac4
1 changed files with 2 additions and 2 deletions

View File

@ -36,11 +36,11 @@
:url => { :controller => 'groups', :action => 'autocomplete_for_user', :id => @group },
:with => 'q')
%>
<div id="users">
<%= principals_check_box_tags 'user_ids[]', users %>
</div>
<p><%= submit_tag l(:button_add) %></p>
</fieldset>
<% end %>