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