X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/0adb54ad86ee5874499f6fced3af7b6e13ce66eb..13ef6a2df1b4d6a807beb6b107e07a62b78f906c:/app/views/redactions/show.html.erb diff --git a/app/views/redactions/show.html.erb b/app/views/redactions/show.html.erb index e9f8ac3cc..1a24f15b4 100644 --- a/app/views/redactions/show.html.erb +++ b/app/views/redactions/show.html.erb @@ -14,7 +14,7 @@
<%= button_to t('redaction.show.edit'), edit_redaction_path(@redaction), :method => :get %> | -<%= button_to t('redaction.show.destroy'), @redaction, :confirm => t('redaction.show.confirm'), :method => "delete", :remote => true %> | +<%= button_to t('redaction.show.destroy'), @redaction, :method => "delete", :remote => true, :data => { :confirm => t('redaction.show.confirm') } %> |