diff --git a/app/views/projects/form/_project_attributes.html.erb b/app/views/projects/form/_project_attributes.html.erb index e506d6fbd0..6c2bae4fd1 100644 --- a/app/views/projects/form/_project_attributes.html.erb +++ b/app/views/projects/form/_project_attributes.html.erb @@ -54,7 +54,7 @@ See docs/COPYRIGHT.rdoc for more details. locals: { form: form } %> <%= render partial: "projects/form/attributes/public", locals: { form: form } %> -<%= render partial: "projects/form/attributes/status", + <%= render partial: "projects/form/attributes/status", locals: { form: form } %> <% unless all_fields %> <%= render partial: "customizable/form", diff --git a/app/views/projects/form/attributes/_status.html.erb b/app/views/projects/form/attributes/_status.html.erb index 6a69ae09eb..9c7f973e3f 100644 --- a/app/views/projects/form/attributes/_status.html.erb +++ b/app/views/projects/form/attributes/_status.html.erb @@ -40,7 +40,7 @@ See docs/COPYRIGHT.rdoc for more details. include_blank: true, container_class: '-wide' %> -