diff options
author | francis <francis> | 2008-12-24 16:57:10 +0000 |
---|---|---|
committer | francis <francis> | 2008-12-24 16:57:10 +0000 |
commit | d4632fe62ea68a8ead9f32b6fd95360ca5674bab (patch) | |
tree | afc22857ebe16fead2d31d445e7225b144ccd867 | |
parent | b60a9d950a802649e4eb78b200be898fb5e00599 (diff) |
Add a bit more text explaining what an internal review is.
-rw-r--r-- | app/views/request/_followup.rhtml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/app/views/request/_followup.rhtml b/app/views/request/_followup.rhtml index d1adb65c7..a738e4e80 100644 --- a/app/views/request/_followup.rhtml +++ b/app/views/request/_followup.rhtml @@ -27,6 +27,15 @@ </p> --> + <% 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 %> + <% 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) %>. @@ -76,6 +85,11 @@ <% if @internal_review %> <p>Edit and add <strong>more details</strong> to the message above, explaining why you would like a review. + <ul> + <li>Say that you are dissatisfied by their response</li> + <li>Set out your reasons why</li> + <li>Ask them to review their response</li> + </ul> </p> <% end %> |