onozaty / redmine-view-customize

View customize plugin for Redmine
GNU General Public License v2.0
260 stars 62 forks source link

It does not appear a confirmation dialog when deleting #5

Closed onozaty closed 8 years ago

onozaty commented 8 years ago

It does not appear a confirmation dialog when deleting.

<%= link_to(l(:button_delete),
               {:action => 'destroy', :id => @view_customize.id},
               :confirm => l(:text_are_you_sure), :method => :delete,
               :class => 'icon icon-del') %>

Confirm option is disabled on Rails 4.1.