diff options
-rw-r--r-- | app/views/general/frontpage.rhtml | 4 | ||||
-rw-r--r-- | app/views/help/about.rhtml | 11 |
2 files changed, 9 insertions, 6 deletions
diff --git a/app/views/general/frontpage.rhtml b/app/views/general/frontpage.rhtml index 0ddb14a45..3cf32432b 100644 --- a/app/views/general/frontpage.rhtml +++ b/app/views/general/frontpage.rhtml @@ -7,7 +7,7 @@ <div id="error"> Sorry! We couldn't find any public bodies with that in their names. Either <a href="/body/list/department">browse them all</a> or - <a href="/help/contact">ask us to add the one you want</a>. + <a href="/help/about#missing_body">help us add it</a>. </div> <% end %> @@ -51,7 +51,7 @@ <% end %> <p> - Can't find it? <a href="/body/list/department">Browse all</a> or <a href="/help/contact">ask us to add it</a>. + Can't find it? <a href="/body/list/department">Browse all</a> or <a href="/help/about#missing_body">ask us to add it</a>. </p> <% end %> </div> diff --git a/app/views/help/about.rhtml b/app/views/help/about.rhtml index 453d8ab79..41bd84b60 100644 --- a/app/views/help/about.rhtml +++ b/app/views/help/about.rhtml @@ -50,10 +50,13 @@ If you like what we're doing, then you can <dt id="missing_body">You're missing the public authority that I want to request from!</dt> -<dd>If it is a local council, please find the relevant email address and -<a href="http://tinyurl.com/2cep8a">add it to this shared spreadsheet</a> (Google account required). -Otherwise, please <a href="/help/contact">contact us</a> with the name of the public authority, and -if you can find it the email address for Freedom of Information requests. +<dd> +Please <a href="/help/contact">contact us</a> with the name of the public authority and, +if you can find it, their contact email address for Freedom of Information requests. +If you'd like to help add a whole category of public authority to the site, for example all +primary care trusts or all schools, then please +<a href="http://tinyurl.com/2cep8a">edit this shared spreadsheet</a> (Google account required). + </dd> <dt id="quickly_response">How quickly will I get a response?</dt> |