From 4fc27737dc92fa4a669132cea29c87ee2874fbf7 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Sat, 17 Sep 2011 09:59:30 +0000 Subject: [PATCH] remove trailing white-spaces from app/views/messages/show.html.erb git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7322 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/messages/show.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/messages/show.html.erb b/app/views/messages/show.html.erb index a27b5d114..fd77c9e99 100644 --- a/app/views/messages/show.html.erb +++ b/app/views/messages/show.html.erb @@ -47,7 +47,7 @@ <% form_for :reply, @reply, :url => {:action => 'reply', :id => @topic}, :html => {:multipart => true, :id => 'message-form'} do |f| %> <%= render :partial => 'form', :locals => {:f => f, :replying => true} %> <%= submit_tag l(:button_submit) %> - <%= link_to_remote l(:label_preview), + <%= link_to_remote l(:label_preview), { :url => { :controller => 'messages', :action => 'preview', :board_id => @board }, :method => 'post', :update => 'preview',