1 <% @title = t(".title") %>
 
   2 <% content_for :heading do %>
 
   3   <h1><%= t(".heading") %></h1>
 
   6 <% unless @redactions.empty? %>
 
   7   <ul id="redaction_list">
 
   8     <%= render @redactions %>
 
  11   <p><%= t ".empty" %></p>
 
  14 <% if can?(:create, Redaction) %>
 
  16     <%= link_to t(".new"), new_redaction_path, :class => "btn btn-outline-primary" %>