X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/6b631f1e25533233fe8e323c7f6d657a2b1d8718..fa7841acbf0c0702d0f0988cd999f6a259aaf587:/app/views/redactions/edit.html.erb diff --git a/app/views/redactions/edit.html.erb b/app/views/redactions/edit.html.erb index cef618859..e9b5beaac 100644 --- a/app/views/redactions/edit.html.erb +++ b/app/views/redactions/edit.html.erb @@ -4,18 +4,8 @@ <h1><%= t ".heading" %></h1> <% end %> -<%= form_for(@redaction) do |f| %> - <%= f.error_messages %> - - <p> - <%= f.label :title, t(".title") %><br /> - <%= f.text_field :title %> - </p> - <p> - <%= f.label :description, t(".description") %><br /> - <%= richtext_area :redaction, :description, :cols => 80, :rows => 20, :format => @redaction.description_format %> - </p> - <p> - <%= f.submit %> - </p> +<%= 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 %>