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