diff options
-rw-r--r-- | app/views/general/frontpage.rhtml | 2 | ||||
-rw-r--r-- | app/views/help/_alpha_notice.rhtml | 12 | ||||
-rw-r--r-- | app/views/help/about.rhtml | 2 |
3 files changed, 0 insertions, 16 deletions
diff --git a/app/views/general/frontpage.rhtml b/app/views/general/frontpage.rhtml index bf6ccc6b9..07997a12f 100644 --- a/app/views/general/frontpage.rhtml +++ b/app/views/general/frontpage.rhtml @@ -1,5 +1,3 @@ -<%= render :partial => 'help/alpha_notice' %> - <div id="make_requests"> <h1>Make requests in public for UK government information</h1> diff --git a/app/views/help/_alpha_notice.rhtml b/app/views/help/_alpha_notice.rhtml deleted file mode 100644 index 647c839b6..000000000 --- a/app/views/help/_alpha_notice.rhtml +++ /dev/null @@ -1,12 +0,0 @@ -<div id="alpha_notice"> - <p>Hello! This site really isn't finished yet, but it - <strong>works</strong> and so we wanted to start sharing it with you. - <a href="/help/contact">Tell us</a> what you think. - </p> - - <p>As always, if you want mySociety to do more stuff like this, please - <a href="http://www.mysociety.org/volunteertasks">volunteer</a>, - <a href="https://secure.mysociety.org/donate/">donate</a>, - or <a href="mailto:karl@mysociety.org">commission us!</a></p> -</div> - diff --git a/app/views/help/about.rhtml b/app/views/help/about.rhtml index 183d7d249..a1c095730 100644 --- a/app/views/help/about.rhtml +++ b/app/views/help/about.rhtml @@ -1,7 +1,5 @@ <% @title = "About" %> -<%= render :partial => 'help/alpha_notice' %> - <div id="about_sidebar"> <h1 id="contact">Contact Us</h1> <p>If your question isn't answered here, or you just wanted to let us know |