From: Toshi MARUYAMA Date: Sun, 4 Jan 2015 04:48:03 +0000 (+0000) Subject: Merged r13836 from trunk to 2.6-stable X-Git-Tag: 2.6.1~10 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=a845524180400688b22b857213a679b1aa5a7012;p=redmine.git Merged r13836 from trunk to 2.6-stable remove duplicated :remote key from app/views/messages/show.html.erb Ruby 2.2 shows warning. git-svn-id: http://svn.redmine.org/redmine/branches/2.6-stable@13838 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/app/views/messages/show.html.erb b/app/views/messages/show.html.erb index 37c072c3c..cb5e84a87 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') %>