X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/cf0b6403aaf6cee0e1c1c6241c712b5ee0d1918f..2882a65d21fd5758c2a90d1cbd808103ab7b8000:/app/views/redactions/new.html.erb?ds=inline diff --git a/app/views/redactions/new.html.erb b/app/views/redactions/new.html.erb index a76d8ec48..64089b2b0 100644 --- a/app/views/redactions/new.html.erb +++ b/app/views/redactions/new.html.erb @@ -3,18 +3,8 @@
- <%= f.label :title, t(".title") %>
- <%= f.text_field :title %>
-
- <%= f.label :description, t(".description") %>
- <%= richtext_area :redaction, :description, :cols => 80, :rows => 20, :format => @redaction.description_format %>
-
- <%= f.submit %> -
+<%= bootstrap_form_for(@redaction) do |f| %> + <%= f.text_field :title %> + <%= f.richtext_field :description, :cols => 80, :rows => 20, :format => @redaction.description_format %> + <%= f.primary %> <% end %>