diff --git a/app/views/admin/consultation_responses/show.html.erb b/app/views/admin/consultation_responses/show.html.erb index aa6816e6be7..b5ddb3d268a 100644 --- a/app/views/admin/consultation_responses/show.html.erb +++ b/app/views/admin/consultation_responses/show.html.erb @@ -1,9 +1,9 @@ <% page_title @document.title, "Consultation Response" %>
-
- <%= render partial: 'navigation', locals: { document: @document } %> - <%= render partial: "rejected_by", locals: { document: @document } %> + <%= render partial: 'navigation', locals: { document: @document } %> + <%= render partial: "rejected_by", locals: { document: @document } %> +
<%= render partial: 'document', locals: { document: @document } %> <% if @document.notes_to_editors.present? %>