diff options
author | Seb Bacon <seb.bacon@gmail.com> | 2012-01-27 13:14:15 +0000 |
---|---|---|
committer | Seb Bacon <seb.bacon@gmail.com> | 2012-01-27 13:14:15 +0000 |
commit | e1da9a8eda7c217a0f7e4223c0eaf24a0bc9542c (patch) | |
tree | d299dabd040f5c8c8c165eaf665856d0f8d3a1ff /lib/views/help/requesting.rhtml | |
parent | 2bfda2609ea2e13eba5d0bbcdd050acd7be799fa (diff) |
Update help pages to match newer base layout
Diffstat (limited to 'lib/views/help/requesting.rhtml')
-rw-r--r-- | lib/views/help/requesting.rhtml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/views/help/requesting.rhtml b/lib/views/help/requesting.rhtml index 034bb31..4b6a55f 100644 --- a/lib/views/help/requesting.rhtml +++ b/lib/views/help/requesting.rhtml @@ -1,6 +1,7 @@ <% @title = "Making requests" %> <%= render :partial => 'sidebar' %> +<div id="left_column_flip"> <h1 id="making_requests"><%= @title %> <a href="#making_requests">#</a> </h1> <dl> @@ -282,4 +283,4 @@ Post a link to a suitable forum or campaign site elsewhere.</p> <div id="hash_link_padding"></div> - +</div> |