diff options
author | Gareth Rees <gareth@mysociety.org> | 2014-05-22 14:36:22 +0100 |
---|---|---|
committer | Gareth Rees <gareth@mysociety.org> | 2014-06-02 11:29:51 +0100 |
commit | ebcfb9af0ce1580f04424ff64586d3e7c940208a (patch) | |
tree | 5e41ecd7af65d709602f29d90d6d69029371dcc1 | |
parent | a57b32aaac6cc36f0fc54eb517b90e2b694f1f40 (diff) |
Add link to help page from /select_authority
"Only requests made using WhatDoTheyKnow are shown" might not make sense
to new users of the app. This was highlighted during user testing [1].
[1] https://github.com/mysociety/alaveteli/issues/1445
-rw-r--r-- | app/views/public_body/show.html.erb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/app/views/public_body/show.html.erb b/app/views/public_body/show.html.erb index a9c50e657..9352747ea 100644 --- a/app/views/public_body/show.html.erb +++ b/app/views/public_body/show.html.erb @@ -127,7 +127,10 @@ <% if @xapian_requests.results.empty? %> <p><% _('There were no requests matching your query.') %></p> <% else %> - <p> <%= _('Only requests made using {{site_name}} are shown.', :site_name => site_name) %></p> + <p> + <%= _('Only requests made using {{site_name}} are shown.', :site_name => site_name) %> + <%= link_to _('?'), help_about_path %> + </p> <% end %> <% else %> |