diff options
author | Francis Irving <francis@mysociety.org> | 2009-12-04 16:01:50 +0000 |
---|---|---|
committer | Francis Irving <francis@mysociety.org> | 2009-12-04 16:01:50 +0000 |
commit | a24be2c6c60bc4d6a451fe80951a5fc7e399c509 (patch) | |
tree | 3ad5274d7a5d716a8055c2deab5417a77e7e91cc | |
parent | 9ad9422aa8f137d7f7b0ce547e951c78332e7fd9 (diff) |
When making follow up, say must relate to this request
-rw-r--r-- | app/views/request/_followup.rhtml | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/app/views/request/_followup.rhtml b/app/views/request/_followup.rhtml index 2429c63b2..9dca0e6c7 100644 --- a/app/views/request/_followup.rhtml +++ b/app/views/request/_followup.rhtml @@ -19,13 +19,10 @@ <a href="/help/contact">contact us</a> if you are <%= user_link(@info_request.user) %> and need to send a follow up.</p> <% else %> - -<!-- <p>Please do <strong>not</strong> make new requests here. - If you are asking for information which was not in your original request, then - <%= link_to "file a new request", new_request_to_body_url(:public_body_id => @info_request.public_body.id.to_s) %> - instead. - </p> - --> + <p>Please <strong>only</strong> write messages directly relating to your + request '<%= request_link(@info_request) %>'. If you would like to ask for information + that was not in your original request, then + <%= link_to "file a new request", new_request_to_body_url(:public_body_id => @info_request.public_body.id.to_s) %>. <% if @internal_review %> <p> |