% @title = t(".title") %>
<% content_for :heading do %>
<%= t(".heading") %>
<% end %>
<% unless @redactions.empty? %>
<%= render @redactions %>
<% else %>
<%= t ".empty" %>
<% end %>
<% if can?(:create, Redaction) %>
<%= link_to t(".new"), new_redaction_path, :class => "btn btn-outline-primary" %>
<% end %>