diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/views/help/about.rhtml | 2 | ||||
-rw-r--r-- | app/views/layouts/default.rhtml | 9 |
2 files changed, 7 insertions, 4 deletions
diff --git a/app/views/help/about.rhtml b/app/views/help/about.rhtml index 7e23521ea..a9c8c8726 100644 --- a/app/views/help/about.rhtml +++ b/app/views/help/about.rhtml @@ -379,7 +379,7 @@ You're all stars. <dt id="helpus">Can I help out?<a href="#helpus">#</a> </dt> <dd> - <p>Yes please! We're built out of our supporters and volunteers. Join us.</p> + <p>Yes please! We're built out of our supporters and volunteers.</p> <ul> <li>You can <a href="https://secure.mysociety.org/donate/">make a donation</a>. We're a registered charity.</li> <li>Find out FOI email addresses of <a href="#missing_body">authorities that we're missing</a>.</li> diff --git a/app/views/layouts/default.rhtml b/app/views/layouts/default.rhtml index 0d2fba5f8..c3aed2e74 100644 --- a/app/views/layouts/default.rhtml +++ b/app/views/layouts/default.rhtml @@ -85,9 +85,12 @@ </div> <div id="footer"> - Built by <a href="http://www.mysociety.org/">mySociety</a> ... and you. - <a href="https://secure.mysociety.org/cvstrac/dir?d=mysociety/foi">Get the source code</a> (is on Rails). - Dedicated to <a href="http://mk.ucant.org/archives/000129.html">Chris Lightfoot</a>. + <a href="/help/contact">Contact WhatDoTheyKnow.com</a> + | + Built by <a href="http://www.mysociety.org/">mySociety</a> ... + <a href="/help/about#helpus">and you</a> + | + Dedicated to <a href="http://mk.ucant.org/archives/000129.html">Chris Lightfoot</a> </div> <% if MySociety::Config.get("DOMAIN", '127.0.0.1:3000') == 'www.whatdotheyknow.com' %> |