1 <% @title = t ".title" %>
2 <% content_for :heading do %>
3 <h1><%= t ".heading" %></h1>
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 %>