]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/redactions/new.html.erb
Merge remote-tracking branch 'upstream/pull/2901'
[rails.git] / app / views / redactions / new.html.erb
index 9f2adac19adc483003807bb646af6f8f92fdd889..02e729b3570d5f3a7118e6c933fb41c5b78addb5 100644 (file)
@@ -3,7 +3,7 @@
   <h1><%= t ".heading" %></h1>
 <% end %>
 
-<%= form_for(@redaction) do |f| %>
+<%= form_for(@redaction, :html => { :class => "standard-form" }) do |f| %>
   <%= f.error_messages %>
 
   <p>
@@ -15,6 +15,6 @@
     <%= richtext_area :redaction, :description, :cols => 80, :rows => 20, :format => @redaction.description_format %>
   </p>
   <p>
-    <%= f.submit t(".submit") %>
+    <%= f.submit %>
   </p>
 <% end %>