]> source.dussan.org Git - redmine.git/commitdiff
Merged r13836 from trunk to 2.6-stable
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sun, 4 Jan 2015 04:48:03 +0000 (04:48 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sun, 4 Jan 2015 04:48:03 +0000 (04:48 +0000)
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

app/views/messages/show.html.erb

index 37c072c3ce0049855ab6c0bc7e3fd0a2c5f30df3..cb5e84a87d24eda4100ee96ae7fd2051561e6d3f 100644 (file)
@@ -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') %>