##// END OF EJS Templates
remove trailing white-spaces from app/views/messages/show.html.erb...
Toshi MARUYAMA -
r7202:4fc27737dc92
parent child
Show More
@@ -47,7 +47,7
47 <% form_for :reply, @reply, :url => {:action => 'reply', :id => @topic}, :html => {:multipart => true, :id => 'message-form'} do |f| %>
47 <% form_for :reply, @reply, :url => {:action => 'reply', :id => @topic}, :html => {:multipart => true, :id => 'message-form'} do |f| %>
48 <%= render :partial => 'form', :locals => {:f => f, :replying => true} %>
48 <%= render :partial => 'form', :locals => {:f => f, :replying => true} %>
49 <%= submit_tag l(:button_submit) %>
49 <%= submit_tag l(:button_submit) %>
50 <%= link_to_remote l(:label_preview),
50 <%= link_to_remote l(:label_preview),
51 { :url => { :controller => 'messages', :action => 'preview', :board_id => @board },
51 { :url => { :controller => 'messages', :action => 'preview', :board_id => @board },
52 :method => 'post',
52 :method => 'post',
53 :update => 'preview',
53 :update => 'preview',
General Comments 0
You need to be logged in to leave comments. Login now