diff options
Diffstat (limited to 'app/views/request')
-rw-r--r-- | app/views/request/show.rhtml | 42 |
1 files changed, 22 insertions, 20 deletions
diff --git a/app/views/request/show.rhtml b/app/views/request/show.rhtml index 03ded06dc..a9efd5435 100644 --- a/app/views/request/show.rhtml +++ b/app/views/request/show.rhtml @@ -56,31 +56,33 @@ <% end %> <% elsif @status == 'waiting_response' %> Currently <strong>waiting for a response</strong> from <%= public_body_link(@info_request.public_body) %>, - they <%= link_to "must respond", about_url + "#quickly_response" %> - promptly but no later than <strong><%= simple_date(@info_request.date_response_required_by) %></strong>. - <% elsif @status == 'waiting_response_very_overdue' %> - This request is <strong>long overdue a response</strong>. - By law, <%= public_body_link(@info_request.public_body) %> - should normally have answered by - <strong><%= simple_date(@info_request.date_response_required_by) %></strong> - (<%= link_to "more details", about_url + "#quickly_response" %>). - You can <strong>complain</strong> by - <%= link_to "requesting an internal review", show_response_no_followup_url(:id => @info_request.id, :incoming_message_id => nil) + "?internal_review=1#followup" %>. + they must respond promptly and <% if @info_request.public_body.is_school? %> - This is a school, so legally they get lots of extra slack if it is - holiday time. + normally + <% else %> + in term time <% end %> + no later than <strong><%= simple_date(@info_request.date_response_required_by) %></strong> + (<%= link_to "details", about_url + "#quickly_response" %>). <% elsif @status == 'waiting_response_overdue' %> - This request is <strong>overdue a response</strong>. - By law, <%= public_body_link(@info_request.public_body) %> - should normally have answered by - <strong><%= simple_date(@info_request.date_response_required_by) %></strong>. - If they need extra time they should have told you - why (<%= link_to "more details", about_url + "#quickly_response" %>). + Response to this request is <strong>late</strong>. + By law, <%= public_body_link(@info_request.public_body) %> should + have responded <strong>promptly</strong>, <% if @info_request.public_body.is_school? %> - This is a school, so legally they get lots of extra slack if it is - holiday time. + and in term time by + <strong><%= simple_date(@info_request.date_response_required_by) %></strong> + <% else %> + and normally by + <strong><%= simple_date(@info_request.date_response_required_by) %></strong> <% end %> + (<%= link_to "details", about_url + "#quickly_response" %>). + <% elsif @status == 'waiting_response_very_overdue' %> + <%= public_body_link(@info_request.public_body) %> are <strong>extremely late</strong>. + By law, they should have responded to this request promptly, and under all + circumstances by <%= simple_date(@info_request.date_very_overdue_after) %> + (<%= link_to "more details", about_url + "#quickly_response" %>). + You can <strong>complain</strong> by + <%= link_to "requesting an internal review", show_response_no_followup_url(:id => @info_request.id, :incoming_message_id => nil) + "?internal_review=1#followup" %>. <% elsif @status == 'not_held' %> <%= public_body_link(@info_request.public_body) %> <strong>did not have</strong> the information requested. <% elsif @status == 'rejected' %> |