##// END OF EJS Templates
replace tabs to spaces at app/views/messages/show.html.erb...
Toshi MARUYAMA -
r7273:72777ebb7ed3
parent child
Show More
@@ -29,7 +29,7
29 29 <%= link_to(image_tag('delete.png'), {:action => 'destroy', :id => message}, :method => :post, :confirm => l(:text_are_you_sure), :title => l(:button_delete)) if message.destroyable_by?(User.current) %>
30 30 </div>
31 31 <h4>
32 <%= avatar(message.author, :size => "24") %>
32 <%= avatar(message.author, :size => "24") %>
33 33 <%= link_to h(message.subject), { :controller => 'messages', :action => 'show', :board_id => @board, :id => @topic, :r => message, :anchor => "message-#{message.id}" } %>
34 34 -
35 35 <%= authoring message.created_on, message.author %>
General Comments 0
You need to be logged in to leave comments. Login now