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