Closed onozaty closed 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.
It does not appear a confirmation dialog when deleting.
Confirm option is disabled on Rails 4.1.