X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/3d7eb387a7c3573f1a1d17df00adcaa1fb9b9fa5..cc65b2d126d708499edb5fb5d513266cfa33a47b:/app/views/redactions/show.html.erb diff --git a/app/views/redactions/show.html.erb b/app/views/redactions/show.html.erb index 798ed962a..174fe97e4 100644 --- a/app/views/redactions/show.html.erb +++ b/app/views/redactions/show.html.erb @@ -7,16 +7,14 @@ <b><%= t 'redaction.show.user' %></b> <%= link_to(@redaction.user.display_name, {:controller => 'user', :action => 'view', :display_name => @redaction.user.display_name}) %> </p> -<p> +<p class="richtext"> <b><%= t 'redaction.show.description' %></b> <%= @redaction.description.to_html %> </p> <% if @user and @user.moderator? %> -<table> -<tr> -<td><%= button_to t('redaction.show.edit'), edit_redaction_path(@redaction), :method => :get %></td> -<td><%= button_to t('redaction.show.destroy'), @redaction, :method => "delete", :remote => true, :data => { :confirm => t('redaction.show.confirm') } %></td> -</tr> -</table> +<div class="buttons"> + <%= button_to t('redaction.show.edit'), edit_redaction_path(@redaction), :method => :get %></td> + <%= button_to t('redaction.show.destroy'), @redaction, :method => "delete", :remote => true, :data => { :confirm => t('redaction.show.confirm') } %> +</div> <% end %>