From c23c949d956fee41ad28a55bc8187101321aaa3b 2015-01-04 04:20:49 From: Toshi MARUYAMA Date: 2015-01-04 04:20:49 Subject: [PATCH] remove duplicated :remote key from app/views/messages/show.html.erb Ruby 2.2 shows warning. git-svn-id: http://svn.redmine.org/redmine/trunk@13836 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- 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') %>