diff --git a/app/views/messages/show.html.erb b/app/views/messages/show.html.erb index 37c072c..cb5e84a 100644 --- a/app/views/messages/show.html.erb +++ b/app/views/messages/show.html.erb @@ -5,7 +5,6 @@ <%= link_to( l(:button_quote), {:action => 'quote', :id => @topic}, - :remote => true, :method => 'get', :class => 'icon icon-comment', :remote => true) if !@topic.locked? && authorize_for('messages', 'reply') %>