aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/request/show.rhtml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/request/show.rhtml')
-rw-r--r--app/views/request/show.rhtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/request/show.rhtml b/app/views/request/show.rhtml
index 5e4b28d2b..b8bc288a2 100644
--- a/app/views/request/show.rhtml
+++ b/app/views/request/show.rhtml
@@ -45,7 +45,7 @@
<%= public_body_link(@info_request.public_body) %>
by
<%= user_link(@info_request.user) %>
- <% if !@user.nil? && @user.owns_every_request? %>
+ <% if !@user.nil? && @user.admin_page_links? %>
(<%= link_to "admin", request_admin_url(@info_request) %>)
<% end %>
</p>