remove trailing white-spaces from app/views/news/edit.html.erb

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7310 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2011-09-17 08:07:49 +00:00
parent 0dbc7fb192
commit 4f1635c27a
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
:html => { :id => 'news-form', :method => :put } do |f| %>
<%= render :partial => 'form', :locals => { :f => f } %>
<%= submit_tag l(:button_save) %>
<%= link_to_remote l(:label_preview),
<%= link_to_remote l(:label_preview),
{ :url => preview_news_path(:project_id => @project),
:method => 'get',
:update => 'preview',