% @title = t 'redaction.new.title' %> <% content_for :heading do %>
<%= f.label :title, t('redaction.new.title') %>
<%= f.text_field :title %>
<%= f.label :description, t('redaction.new.description') %>
<%= richtext_area :redaction, :description, :cols => 80, :rows => 20, :format => @redaction.description_format %>
<%= f.submit t('redaction.new.submit') %>
<% end %>