<% @title = t('redaction.index.title') %> <% content_for :heading do %>

<%= t('redaction.index.heading') %>

<% end %> <% unless @redactions.empty? %> <%= render :partial => 'redactions' %> <% else %>

<%= t 'redaction.index.empty' %>

<% end %>