diff options
-rw-r--r-- | app/views/request/_followup.rhtml | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/app/views/request/_followup.rhtml b/app/views/request/_followup.rhtml index e3c74b982..6d24edadd 100644 --- a/app/views/request/_followup.rhtml +++ b/app/views/request/_followup.rhtml @@ -13,13 +13,19 @@ <% end %> <% if @info_request.stop_new_responses %> - <p>Follow ups and new responses to this request have been stopped to prevent spam. Please - <a href="/help/contact">contact us</a> if you are <%= user_link(@info_request.user) %> - and need to send a follow up.</p> + <p>Follow ups and new responses to this request have been stopped to prevent spam. Please + <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>Use this to tell the public authority something, such as to clarify your request, or if they are late responding.</p> + <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> + <% if @info_request.calculate_status == 'waiting_response_overdue' %> <p>This request is currently <strong>overdue a response</strong> from <%= public_body_link(@info_request.public_body) %>. |