diff options
Diffstat (limited to 'app/views/request/hidden.rhtml')
-rw-r--r-- | app/views/request/hidden.rhtml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/app/views/request/hidden.rhtml b/app/views/request/hidden.rhtml index 781bc9184..0dcd66cb4 100644 --- a/app/views/request/hidden.rhtml +++ b/app/views/request/hidden.rhtml @@ -11,4 +11,12 @@ various reasons why we might have done this, sorry we can't be more specific here. Please <a href="/help/contact">contact us</a> if you have any questions. </p> +<% if @info_request.prominence == 'requester_only' %> + <p> + If you are the requester, then you may + <%= link_to "sign in", signin_url(:r => request.request_uri) %> + to view the request. + </p> +<% end %> + |