##// END OF EJS Templates
Merged r13836 from trunk to 2.6-stable...
Toshi MARUYAMA -
r13456:a84552418040
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