remove trailing white-spaces app/views/groups/_users.html.erb

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7272 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2011-09-17 02:51:13 +00:00
parent efbd527692
commit 8c4508463a
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
<% if users.any? %>
<% remote_form_for(:group, @group, :url => {:controller => 'groups', :action => 'add_users', :id => @group}, :method => :post) do |f| %>
<fieldset><legend><%=l(:label_user_new)%></legend>
<p><%= label_tag "user_search", l(:label_user_search) %><%= text_field_tag 'user_search', nil %></p>
<%= observe_field(:user_search,
:frequency => 0.5,