diff options
author | Brendan Molloy <brendan@bbqsrc.net> | 2012-11-17 16:54:51 +1100 |
---|---|---|
committer | Brendan Molloy <brendan@bbqsrc.net> | 2012-11-17 16:54:51 +1100 |
commit | f32e58c82b84d2eac28696ef597acd41000fe1ff (patch) | |
tree | b051539904b79d170ddc2e524d48d8d6d38b512b | |
parent | 685938f1d736c54663011274ca563ba94d0e49b0 (diff) |
Columns in wrong order in request
We're making the theme more responsive for openaustralia/alaveteli, and this is one of the blockers. This has no effect on the actual appearance of the page and requires no changes to CSS.
-rw-r--r-- | app/views/request/show.rhtml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/views/request/show.rhtml b/app/views/request/show.rhtml index cf1f971d9..7aff1aeab 100644 --- a/app/views/request/show.rhtml +++ b/app/views/request/show.rhtml @@ -22,8 +22,6 @@ </div> <% end %> -<%= render :partial => 'sidebar' %> - <div id="left_column"> <h1><%=h(@info_request.title)%></h1> @@ -148,3 +146,4 @@ <%= render :partial => 'after_actions' %> </div> +<%= render :partial => 'sidebar' %> |