]> source.dussan.org Git - redmine.git/commitdiff
remove trailing white-spaces app/views/groups/_users.html.erb
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sat, 17 Sep 2011 02:51:13 +0000 (02:51 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sat, 17 Sep 2011 02:51:13 +0000 (02:51 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7272 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/groups/_users.html.erb

index d7c462e1b8fbbd2a0bb617bf39b7b249d9d00538..8aae4c5c128df87114377eeaeb155ecc80aa7fa0 100644 (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,