From 0c46faf760ddad0fcdf1c0b03ce3952f9ca5f6f9 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Thu, 15 Sep 2011 09:24:44 +0000 Subject: [PATCH] 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 --- app/views/watchers/_watchers.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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, -- 2.39.5