]> git.openstreetmap.org Git - rails.git/blob - app/views/redactions/index.html.erb
Return note comments as formatted HTML as well as text
[rails.git] / app / views / redactions / index.html.erb
1 <% @title = t('redaction.index.title') %>
2 <h1><%= t('redaction.index.heading') %></h1>
3
4 <% unless @redactions.empty? %>
5   <%= render :partial => 'redactions' %>
6 <% else %>
7   <p><%= t 'redaction.index.empty' %></p>
8 <% end %>