diff -r 20235e6c60c0 -r 00a51e442fe9 plugins/redmine_bibliography/app/views/publications/autocomplete_for_author.html.erb
--- a/plugins/redmine_bibliography/app/views/publications/autocomplete_for_author.html.erb
+++ b/plugins/redmine_bibliography/app/views/publications/autocomplete_for_author.html.erb
@@ -6,6 +6,7 @@
     'search_author_id' => result.id,
     'name' => result.name,
     'institution' => result.institution,
-    'email' => result.mail
+    'email' => result.mail,
+    'authorship_link' => " Keep associated with #{render_authorship_link(result.class.name, result.id)}"
     }
 }.to_json %>
\ No newline at end of file
