]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/traces/show.html.erb
Refactor away from global form control styling
[rails.git] / app / views / traces / show.html.erb
index f7517c8021b22ddc167ec849a50ac4c333e19282..fe1d670c313adc9210175a2cc01885aea9ec2b4a 100644 (file)
@@ -55,7 +55,7 @@
 <br /><br />
 
 <% if current_user && (current_user==@trace.user || current_user.administrator? || current_user.moderator?) %>
-  <div class="buttons">
+  <div class="buttons standard-form">
     <% if current_user == @trace.user %>
       <%= link_to t(".edit_trace"), edit_trace_path(@trace), :class => "button" %>
     <% end %>