We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ca976fc + e631b21 commit f4b1eb6Copy full SHA for f4b1eb6
app/views/view_customizes/show.html.erb
@@ -7,7 +7,7 @@
7
:class => 'icon icon-edit') %>
8
<%= link_to(l(:button_delete),
9
{:action => 'destroy', :id => @view_customize.id},
10
- :confirm => l(:text_are_you_sure), :method => :delete,
+ :data => {:confirm => l(:text_are_you_sure)}, :method => :delete,
11
:class => 'icon icon-del') %>
12
</div>
13
0 commit comments