10 lines
221 B
Text
10 lines
221 B
Text
<% @title = t('.title') %>
|
|
<% content_for :heading do %>
|
|
<h1><%= t('.heading') %></h1>
|
|
<% end %>
|
|
|
|
<% unless @redactions.empty? %>
|
|
<%= render :partial => 'redactions' %>
|
|
<% else %>
|
|
<p><%= t '.empty' %></p>
|
|
<% end %>
|