diff options
Diffstat (limited to 'lib/views/help/officers.html.erb')
-rw-r--r-- | lib/views/help/officers.html.erb | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/lib/views/help/officers.html.erb b/lib/views/help/officers.html.erb index 0a7d208..6f87a47 100644 --- a/lib/views/help/officers.html.erb +++ b/lib/views/help/officers.html.erb @@ -217,9 +217,12 @@ responses to requests. Please <a href="/help/contact">contact us</a> if we've missed one. For technical reasons we don't always remove them from attachments, such as certain PDFs.</p> <p>If you need to know what an address was that we've removed, please <a - href="/help/contact">get in touch with us</a>. Occasionally, an email address -forms an important part of a response and we will post it up in an obscured -form in an annotation. + href="<%= help_contact_path %>">get in touch with us</a>. + <% if AlaveteliConfiguration::enable_annotations %> + Occasionally, an email address forms an important part of a response + and we will post it up in an obscured form in an annotation. + <% end %> +</p> </dd> <dt id="copyright"><a name="commercial"></a>What is your policy on copyright of documents?<a href="#copyright">#</a> </dt> |