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
This commit is contained in:
Toshi MARUYAMA 2011-09-15 09:24:44 +00:00
parent 86f74fad25
commit 0c46faf760
1 changed files with 2 additions and 2 deletions

View 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,