Skip to content

Commit

Permalink
Fix layout & style issues on admin consultation response show page.
Browse files Browse the repository at this point in the history
  • Loading branch information
floehopper committed Jan 30, 2012
1 parent d5ab396 commit 0083c81
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/views/admin/consultation_responses/show.html.erb
@@ -1,9 +1,9 @@
<% page_title @document.title, "Consultation Response" %> <% page_title @document.title, "Consultation Response" %>
<div class="g3"> <div class="g3">
<div class="g2 first"> <div class="g2 first">
<section class="document"> <%= render partial: 'navigation', locals: { document: @document } %>
<%= render partial: 'navigation', locals: { document: @document } %> <%= render partial: "rejected_by", locals: { document: @document } %>
<%= render partial: "rejected_by", locals: { document: @document } %> <section class="document_view">
<%= render partial: 'document', locals: { document: @document } %> <%= render partial: 'document', locals: { document: @document } %>
<% if @document.notes_to_editors.present? %> <% if @document.notes_to_editors.present? %>
<section id="notes_to_editors"> <section id="notes_to_editors">
Expand Down

0 comments on commit 0083c81

Please sign in to comment.