diff options
author | Robin Houston <robin.houston@gmail.com> | 2012-01-09 17:43:07 +0000 |
---|---|---|
committer | Robin Houston <robin.houston@gmail.com> | 2012-01-09 17:43:07 +0000 |
commit | 92ebc12c01783294647198a7b88e36c865d6c847 (patch) | |
tree | fe0d46f4cb90af17a5c50096046cd5dacb9a2253 | |
parent | a7e1e755bb94c63de87e0a2459ca1ee7dd341ba9 (diff) |
Link to the relevant question on the help page
-rw-r--r-- | app/views/request/select_authority.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/request/select_authority.rhtml b/app/views/request/select_authority.rhtml index 0b1c65d13..0e8df872d 100644 --- a/app/views/request/select_authority.rhtml +++ b/app/views/request/select_authority.rhtml @@ -35,7 +35,7 @@ <p> <%= _('First, type in the <strong>name of the UK public authority</strong> you\'d like information from. <strong>By law, they have to respond</strong> - (<a href="%s">why?</a>).') % help_about_url %> + (<a href="%s#%s">why?</a>).') % [help_about_url, "whybother_them"] %> </p> <%= text_field_tag 'query', params[:query], { :size => 30 } %> <%= hidden_field_tag 'bodies', 1 %> |