##// END OF EJS Templates
remove duplicated :remote key from app/views/messages/show.html.erb...
Toshi MARUYAMA -
r13454:c23c949d956f
parent child
Show More
@@ -5,7 +5,6
5 <%= link_to(
5 <%= link_to(
6 l(:button_quote),
6 l(:button_quote),
7 {:action => 'quote', :id => @topic},
7 {:action => 'quote', :id => @topic},
8 :remote => true,
9 :method => 'get',
8 :method => 'get',
10 :class => 'icon icon-comment',
9 :class => 'icon icon-comment',
11 :remote => true) if !@topic.locked? && authorize_for('messages', 'reply') %>
10 :remote => true) if !@topic.locked? && authorize_for('messages', 'reply') %>
General Comments 0
You need to be logged in to leave comments. Login now