diff options
Diffstat (limited to 'app/views/layouts/default.rhtml')
-rw-r--r-- | app/views/layouts/default.rhtml | 9 |
1 files changed, 6 insertions, 3 deletions
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' %> |