diff options
author | Francis Irving <francis@mysociety.org> | 2009-12-04 16:06:54 +0000 |
---|---|---|
committer | Francis Irving <francis@mysociety.org> | 2009-12-04 16:06:54 +0000 |
commit | df525921fe6e764ad1e007a078b287e2a6539ec8 (patch) | |
tree | 59f873d6487d3dda3c6b608a8cb6b4777c1bad9b | |
parent | a24be2c6c60bc4d6a451fe80951a5fc7e399c509 (diff) |
When making follow up, make clear must be about request.
-rw-r--r-- | app/views/request/_followup.rhtml | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/app/views/request/_followup.rhtml b/app/views/request/_followup.rhtml index 9dca0e6c7..cffc57eeb 100644 --- a/app/views/request/_followup.rhtml +++ b/app/views/request/_followup.rhtml @@ -19,20 +19,19 @@ <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 <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> If you are dissatisfied by the response you got from the public authority, you have the right to complain (<a href="http://foiwiki.com/foiwiki/index.php/Internal_reviews">details</a>). </p> - <% end %> + <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 @info_request.calculate_status == 'waiting_response_overdue' %> <p> <% if @info_request.working_days_20_overdue? %> |