diff options
Diffstat (limited to 'app/views/request/show.rhtml')
-rw-r--r-- | app/views/request/show.rhtml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/request/show.rhtml b/app/views/request/show.rhtml index 644330a21..d530631a7 100644 --- a/app/views/request/show.rhtml +++ b/app/views/request/show.rhtml @@ -92,6 +92,8 @@ <%= user_link(@info_request.user) %>, please <%= link_to "sign in", signin_url(:r => request.request_uri) %> to send a follow up message. <% end %> + <% elsif @status == 'gone_postal' %> + The authority would like to / has <strong>responded by post</strong> to this request. <% elsif @status == 'requires_admin' %> This request has had an unusual response, and <strong>requires attention</strong> from the WhatDoTheyKnow team. <% else %> |