X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/1f7dd79daf44de5f8f8b6c246a269e44bb258175..68b1d339174cfde65ec8f99b53d2d8f0ba9a88c9:/app/views/redactions/show.html.erb?ds=inline diff --git a/app/views/redactions/show.html.erb b/app/views/redactions/show.html.erb index 2404df734..174fe97e4 100644 --- a/app/views/redactions/show.html.erb +++ b/app/views/redactions/show.html.erb @@ -13,10 +13,8 @@
<% if @user and @user.moderator? %> -<%= button_to t('redaction.show.edit'), edit_redaction_path(@redaction), :method => :get %> | -<%= button_to t('redaction.show.destroy'), @redaction, :method => "delete", :remote => true, :data => { :confirm => t('redaction.show.confirm') } %> | -