aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/request/show.rhtml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/request/show.rhtml')
-rw-r--r--app/views/request/show.rhtml5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/views/request/show.rhtml b/app/views/request/show.rhtml
index 00cd27086..eb09bfa43 100644
--- a/app/views/request/show.rhtml
+++ b/app/views/request/show.rhtml
@@ -94,6 +94,8 @@
<% end %>
<% elsif @status == 'gone_postal' %>
The authority would like to / has <strong>responded by post</strong> to this request.
+ <% elsif @status == 'internal_review' %>
+ Waiting for an <strong>internal review</strong> by <%= public_body_link(@info_request.public_body) %> of their handling of this request.
<% elsif @status == 'requires_admin' %>
This request has had an unusual response, and <strong>requires attention</strong> from the WhatDoTheyKnow team.
<% else %>
@@ -125,6 +127,9 @@
<% end %>
(<%=h @info_request.user.name %> only)
<br>
+ <!-- <%= link_to "Request an internal review", show_response_no_followup_url(:id => @info_request.id, :incoming_message_id => nil) + "#followup" %>
+ (<%=h @info_request.user.name %> only)
+ <br> -->
<%= link_to "Respond to request", upload_response_url(:url_title => @info_request.url_title) %>
(<%=h @info_request.public_body.name %> only)
</div>