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
This commit is contained in:
Toshi MARUYAMA 2011-09-17 09:59:30 +00:00
parent b900e1bb92
commit 4fc27737dc
1 changed files with 1 additions and 1 deletions

View File

@ -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',