12 lines
245 B
Text
12 lines
245 B
Text
<% @title = t(".title") %>
|
|
<% content_for :heading do %>
|
|
<h1><%= t(".heading") %></h1>
|
|
<% end %>
|
|
|
|
<% unless @redactions.empty? %>
|
|
<ul id="redaction_list">
|
|
<%= render @redactions %>
|
|
</ul>
|
|
<% else %>
|
|
<p><%= t ".empty" %></p>
|
|
<% end %>
|