]> git.openstreetmap.org Git - rails.git/blob - app/views/redactions/index.html.erb
e3388fafa006b97ce74e1916d37f877ef5b89531
[rails.git] / app / views / redactions / index.html.erb
1 <% @title = t(".title") %>
2 <% content_for :heading do %>
3   <h1><%= t(".heading") %></h1>
4 <% end %>
5
6 <% unless @redactions.empty? %>
7   <%= render :partial => "redactions" %>
8 <% else %>
9   <p><%= t ".empty" %></p>
10 <% end %>