diff options
Diffstat (limited to 'app/views/request/_classify.rhtml')
-rw-r--r-- | app/views/request/_classify.rhtml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/views/request/_classify.rhtml b/app/views/request/_classify.rhtml index cf27d734c..167cb0d90 100644 --- a/app/views/request/_classify.rhtml +++ b/app/views/request/_classify.rhtml @@ -11,5 +11,11 @@ <%= submit_tag "Update" %> + <p> + <% if not @is_owning_user %> + (You will be asked to sign in as <%= user_link(@info_request.user) %>) + <% end %> + </p> + <% end %> |