aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/request/hidden.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/request/hidden.html.erb')
-rw-r--r--app/views/request/hidden.html.erb19
1 files changed, 19 insertions, 0 deletions
diff --git a/app/views/request/hidden.html.erb b/app/views/request/hidden.html.erb
new file mode 100644
index 000000000..41b2ff7e4
--- /dev/null
+++ b/app/views/request/hidden.html.erb
@@ -0,0 +1,19 @@
+<% @title = _("Request has been removed") %>
+
+<h1><%=@title%></h1>
+
+<p>
+<%=@details%>
+</p>
+
+<p><%= raw(_('The request you have tried to view has been removed. There are
+various reasons why we might have done this, sorry we can\'t be more specific here. Please <a
+ href="%s">contact us</a> if you have any questions.') % [help_contact_path]) %>
+</p>
+<% if @info_request.prominence == 'requester_only' %>
+ <p>
+ <%= raw(_('If you are the requester, then you may <a href="%s">sign in</a> to view the request.') % [signin_url(:r => request.fullpath)]) %>
+ </p>
+<% end %>
+
+