From: Toshi MARUYAMA Date: Sat, 17 Sep 2011 02:51:13 +0000 (+0000) Subject: remove trailing white-spaces app/views/groups/_users.html.erb X-Git-Tag: 1.3.0~696 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=8c4508463afb9b186775851884c8fdb504023abe;p=redmine.git 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 --- diff --git a/app/views/groups/_users.html.erb b/app/views/groups/_users.html.erb index d7c462e1b..8aae4c5c1 100644 --- a/app/views/groups/_users.html.erb +++ b/app/views/groups/_users.html.erb @@ -28,7 +28,7 @@ <% if users.any? %> <% remote_form_for(:group, @group, :url => {:controller => 'groups', :action => 'add_users', :id => @group}, :method => :post) do |f| %>
<%=l(:label_user_new)%> - +

<%= label_tag "user_search", l(:label_user_search) %><%= text_field_tag 'user_search', nil %>

<%= observe_field(:user_search, :frequency => 0.5,