X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/0d3a9ed9cb47ce3b89ea9eaffbb589f9a9ff6d22..281dc29c5c9e3c4c7d0df786df56e46f27541d22:/app/views/redactions/index.html.erb diff --git a/app/views/redactions/index.html.erb b/app/views/redactions/index.html.erb index 1fa683de8..a5a85c38d 100644 --- a/app/views/redactions/index.html.erb +++ b/app/views/redactions/index.html.erb @@ -1,5 +1,7 @@ <% @title = t('redaction.index.title') %> -

<%= t('redaction.index.heading') %>

+<% content_for :heading do %> +

<%= t('redaction.index.heading') %>

+<% end %> <% unless @redactions.empty? %> <%= render :partial => 'redactions' %>