X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/851de28303fc9c24d095b9452b862bea618ec0da..3d7eb387a7c3573f1a1d17df00adcaa1fb9b9fa5:/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 %>