mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-27 02:41:15 +00:00
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
This commit is contained in:
parent
11f2ccd42f
commit
c23c949d95
@ -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') %>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user