X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/1f7dd79daf44de5f8f8b6c246a269e44bb258175..93fb360a08e388997e402faa6d5804580b11b1c5:/app/views/redactions/show.html.erb 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') } %>
+
+ <%= 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') } %> +
<% end %>