1 <% @title = t ".title" %>
 
   3 <% content_for :heading do %>
 
   4   <h1><%= t ".heading" %></h1>
 
   7 <%= bootstrap_form_for(@redaction) do |f| %>
 
   8   <%= f.text_field :title %>
 
   9   <%= f.richtext_field :description, :cols => 80, :rows => 20, :format => @redaction.description_format %>