openstreetmap-website/app/views/redactions/index.html.erb
2012-04-05 13:50:15 +01:00

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 %>