X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/aebfbdcfbdb772914ca55c1b5f957f62c1c9cf24..206012ae8e9b9ab690ef751d080fcbe1ce314918:/app/views/redactions/edit.html.erb diff --git a/app/views/redactions/edit.html.erb b/app/views/redactions/edit.html.erb index fe85d0756..e9b5beaac 100644 --- a/app/views/redactions/edit.html.erb +++ b/app/views/redactions/edit.html.erb @@ -1,21 +1,11 @@ -<% @title = t '.title' %> +<% @title = t ".title" %> <% content_for :heading do %> -
- <%= 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 t('.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 %>