diff options
-rw-r--r-- | app/views/user/show.rhtml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/user/show.rhtml b/app/views/user/show.rhtml index 01f20ed71..834d8792a 100644 --- a/app/views/user/show.rhtml +++ b/app/views/user/show.rhtml @@ -19,6 +19,9 @@ <% if !@user.nil? && @user.owns_every_request? %> (<%= link_to "admin", user_admin_url(@display_user) %>) <% end %> + <% if false # @display_user.owns_every_request? # should this be public? %> + and is a site admin. + <% end %> </p> <p> |