diff options
-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> |