]> source.dussan.org Git - redmine.git/commitdiff
remove trailing white-spaces from app/views/watchers/_watchers.html.erb
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Thu, 15 Sep 2011 09:24:44 +0000 (09:24 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Thu, 15 Sep 2011 09:24:44 +0000 (09:24 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7237 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/watchers/_watchers.html.erb

index 8e361ede6ba9c35e7ddaae2b3db5149ffcfb31d6..4da8c0dd21ba9b2b1bc01f590aead0bc7f75a133 100644 (file)
@@ -1,5 +1,5 @@
 <div class="contextual">
-<%= link_to_remote l(:button_add), 
+<%= link_to_remote l(:button_add),
                    :url => {:controller => 'watchers',
                             :action => 'new',
                             :object_type => watched.class.name.underscore,
@@ -9,7 +9,7 @@
 <h3><%= l(:label_issue_watchers) %> (<%= watched.watcher_users.size %>)</h3>
 
 <% unless @watcher.nil? %>
-       <% remote_form_for(:watcher, @watcher, 
+       <% remote_form_for(:watcher, @watcher,
                           :url => {:controller => 'watchers',
                              :action => 'new',
                                :object_type => watched.class.name.underscore,