From 0083c81c1272f675e7a7704acae770d642f2244e Mon Sep 17 00:00:00 2001 From: James Mead Date: Mon, 30 Jan 2012 19:16:59 +0000 Subject: [PATCH] Fix layout & style issues on admin consultation response show page. --- app/views/admin/consultation_responses/show.html.erb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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? %>