aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrancis <francis>2008-07-14 13:28:07 +0000
committerfrancis <francis>2008-07-14 13:28:07 +0000
commit9fe501a418b2bb90a8b69d09c052e4cfa75c5fc8 (patch)
treeb0a1a62dd8934d32979adb70dd0d2010ee37ad99
parentd6beb5721cb2a11d495db8335236b6d82a26efd6 (diff)
Encourage people not to file new request.
-rw-r--r--app/views/request/_followup.rhtml12
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) %>.