]> git.openstreetmap.org Git - rails.git/blob - app/views/redactions/new.html.erb
Merge remote-tracking branch 'upstream/pull/3029'
[rails.git] / app / views / redactions / new.html.erb
1 <% @title = t ".title" %>
2 <% content_for :heading do %>
3   <h1><%= t ".heading" %></h1>
4 <% end %>
5
6 <%= bootstrap_form_for(@redaction) do |f| %>
7   <%= f.text_field :title %>
8   <%= f.richtext_field :description, :cols => 80, :rows => 20, :format => @redaction.description_format %>
9   <%= f.primary %>
10 <% end %>