diff options
Diffstat (limited to 'app/views/help/about.rhtml')
-rw-r--r-- | app/views/help/about.rhtml | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/app/views/help/about.rhtml b/app/views/help/about.rhtml index 762f683bf..d6b56906e 100644 --- a/app/views/help/about.rhtml +++ b/app/views/help/about.rhtml @@ -1,20 +1,6 @@ <% @title = "About" %> -<div id="about_sidebar"> - <h1>Contents</h1> - <ul> - <li><a href="#introduction">Introduction</a></li> - <li><a href="#making_requests">Making requests</a></li> - <li><a href="#privacy">Privacy policy</a></li> - <li><a href="#officers">FOI officers</a></li> - <li><a href="#credits">Credits</a></li> - </ul> - - <h1 id="contact">Contact us</h1> - <p>If your question isn't answered here, or you just wanted to let us know - something about the site, <a href="/help/contact">contact us</a>. - </p> -</div> +<%= render :partial => 'sidebar' %> <h1 id="introduction">Introduction to WhatDoTheyKnow <a href="#introduction">#</a> </h1> <dl> |