diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2015-01-04 04:20:49 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2015-01-04 04:20:49 +0000 |
commit | c23c949d956fee41ad28a55bc8187101321aaa3b (patch) | |
tree | 068ea236b50d994da0f2f2dbd43ca96eb89ca1f0 /app/views/messages | |
parent | 11f2ccd42fd60a795bb3dc3c69484b781925e75a (diff) | |
download | redmine-c23c949d956fee41ad28a55bc8187101321aaa3b.tar.gz redmine-c23c949d956fee41ad28a55bc8187101321aaa3b.zip |
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
Diffstat (limited to 'app/views/messages')
-rw-r--r-- | app/views/messages/show.html.erb | 1 |
1 files changed, 0 insertions, 1 deletions
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') %> |