From: Toshi MARUYAMA Date: Thu, 15 Sep 2011 09:24:44 +0000 (+0000) Subject: remove trailing white-spaces from app/views/watchers/_watchers.html.erb X-Git-Tag: 1.3.0~731 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=0c46faf760ddad0fcdf1c0b03ce3952f9ca5f6f9;p=redmine.git remove trailing white-spaces from app/views/watchers/_watchers.html.erb git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7237 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/app/views/watchers/_watchers.html.erb b/app/views/watchers/_watchers.html.erb index 8e361ede6..4da8c0dd2 100644 --- a/app/views/watchers/_watchers.html.erb +++ b/app/views/watchers/_watchers.html.erb @@ -1,5 +1,5 @@
-<%= 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 @@

<%= l(:label_issue_watchers) %> (<%= watched.watcher_users.size %>)

<% unless @watcher.nil? %> - <% remote_form_for(:watcher, @watcher, + <% remote_form_for(:watcher, @watcher, :url => {:controller => 'watchers', :action => 'new', :object_type => watched.class.name.underscore,