X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/0d3a9ed9cb47ce3b89ea9eaffbb589f9a9ff6d22..a1ff77ec56969346ecb5ba978879f5a96f166735:/app/views/redactions/edit.html.erb diff --git a/app/views/redactions/edit.html.erb b/app/views/redactions/edit.html.erb index 2a5e69d0a..2dd63c9cb 100644 --- a/app/views/redactions/edit.html.erb +++ b/app/views/redactions/edit.html.erb @@ -1,5 +1,8 @@ <% @title = t 'redaction.edit.title' %> -

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

+ +<% content_for :heading do %> +

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

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