aboutsummaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/views/request/show.rhtml7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/views/request/show.rhtml b/app/views/request/show.rhtml
index aac8d0851..70ce5668f 100644
--- a/app/views/request/show.rhtml
+++ b/app/views/request/show.rhtml
@@ -1,5 +1,12 @@
<% @title = h(@info_request.title) %>
+<% if @info_request.prominence == 'hidden' %>
+ <p id="hidden_request">
+ This request has prominence 'hidden'. You can only see it because you are logged
+ in as a super user.
+ </p>
+<% end %>
+
<% if @update_status || @info_request.awaiting_description %>
<div class="describe_state_form" id="describe_state_form_1">
<%= render :partial => 'describe_state', :locals => { :id_suffix => "1" } %>