diff options
Diffstat (limited to 'app/views/request/show.rhtml')
-rw-r--r-- | app/views/request/show.rhtml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/request/show.rhtml b/app/views/request/show.rhtml index f173dfe64..1993b77ce 100644 --- a/app/views/request/show.rhtml +++ b/app/views/request/show.rhtml @@ -111,6 +111,9 @@ 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. + <% elsif @status == 'user_withdrawn' %> + This request has been <strong>withdrawn</strong> by the person who made it. + There may be an explanation in an annotation below. <% else %> <% raise "unknown status " + @status %> <% end %> |