8 lines
224 B
Text
8 lines
224 B
Text
<% @title = t('redaction.index.title') %>
|
|
<h1><%= t('redaction.index.heading') %></h1>
|
|
|
|
<% unless @redactions.empty? %>
|
|
<%= render :partial => 'redactions' %>
|
|
<% else %>
|
|
<p><%= t 'redaction.index.empty' %></p>
|
|
<% end %>
|