Merge branch 'xss-bug' into 'develop'

删除issue回复隐藏按钮



See merge request !198
This commit is contained in:
陈晓婷 2019-10-25 11:16:20 +08:00
commit e278d778d5
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@
:title => l(:button_reply)) %>
<span id="reply_iconup_<%= comment.id %>" class="reply_iconup02" style="display: none"> ︿</span>
</span>
<%= link_to(
<%#= link_to(
l(:button_delete),
{:controller => 'issues',:action => 'delete_journal', :id => issue.id, :journal_id=>comment.id},
:method => :get,