瀏覽代碼

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
tags/3.0.0
Toshi MARUYAMA 9 年之前
父節點
當前提交
c23c949d95
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0
    1
      app/views/messages/show.html.erb

+ 0
- 1
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') %>

Loading…
取消
儲存