X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/0d3a9ed9cb47ce3b89ea9eaffbb589f9a9ff6d22..a1a5706203b80f819be25d1563008ecd3039fe6c:/app/views/redactions/new.html.erb diff --git a/app/views/redactions/new.html.erb b/app/views/redactions/new.html.erb index c714acdbc..5004c0e1e 100644 --- a/app/views/redactions/new.html.erb +++ b/app/views/redactions/new.html.erb @@ -1,5 +1,7 @@ <% @title = t 'redaction.new.title' %> -

<%= t 'redaction.new.heading' %>

+<% content_for :heading do %> +

<%= t 'redaction.new.heading' %>

+<% end %> <%= form_for(@redaction) do |f| %> <%= f.error_messages %>