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:
parent
86f74fad25
commit
0c46faf760
@ -1,5 +1,5 @@
|
|||||||
<div class="contextual">
|
<div class="contextual">
|
||||||
<%= link_to_remote l(:button_add),
|
<%= link_to_remote l(:button_add),
|
||||||
:url => {:controller => 'watchers',
|
:url => {:controller => 'watchers',
|
||||||
:action => 'new',
|
:action => 'new',
|
||||||
:object_type => watched.class.name.underscore,
|
:object_type => watched.class.name.underscore,
|
||||||
@ -9,7 +9,7 @@
|
|||||||
<h3><%= l(:label_issue_watchers) %> (<%= watched.watcher_users.size %>)</h3>
|
<h3><%= l(:label_issue_watchers) %> (<%= watched.watcher_users.size %>)</h3>
|
||||||
|
|
||||||
<% unless @watcher.nil? %>
|
<% unless @watcher.nil? %>
|
||||||
<% remote_form_for(:watcher, @watcher,
|
<% remote_form_for(:watcher, @watcher,
|
||||||
:url => {:controller => 'watchers',
|
:url => {:controller => 'watchers',
|
||||||
:action => 'new',
|
:action => 'new',
|
||||||
:object_type => watched.class.name.underscore,
|
:object_type => watched.class.name.underscore,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user