-<% @title = t('redaction.index.title') %>
-<h1><%= t('redaction.index.heading') %></h1>
+<% @title = t(".title") %>
+<% content_for :heading do %>
+ <h1><%= t(".heading") %></h1>
+<% end %>
<% unless @redactions.empty? %>
- <%= render :partial => 'redactions' %>
+ <%= render :partial => "redactions" %>
<% else %>
- <p><%= t 'redaction.index.empty' %></p>
+ <p><%= t ".empty" %></p>
<% end %>