X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/c5152d1860a2c5164355eeeb78f4a092ceb55cc8..17b23b075642d6bf2ba66a0448a7a7acfd2824b6:/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') } %> |