openstreetmap-website/app/views/redactions/index.html.erb
2019-03-27 16:15:19 +00:00

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