diff --git a/app/views/devise/registrations/_external_identifier.html.erb b/app/views/devise/registrations/_external_identifier.html.erb index ee372c9..b48b983 100644 --- a/app/views/devise/registrations/_external_identifier.html.erb +++ b/app/views/devise/registrations/_external_identifier.html.erb @@ -1,10 +1,13 @@ <% if id.nil? || id.identifier == '' %> <% if scheme.name.downcase == 'orcid' %> - <%= link_to _("Create or connect your ORCID iD"), - Rails.application.routes.url_helpers.send("user_orcid_omniauth_authorize_path"), + <%= link_to Rails.application.routes.url_helpers.send("user_orcid_omniauth_authorize_path"), id: "connect-orcid-button", target: '_blank', title: _("ORCID provides a persistent digital identifier that distinguishes you from other researchers. Learn more at orcid.org"), - 'data-toggle': "tooltip" %> + 'data-toggle': "tooltip" do %> + <%= image_tag 'https://orcid.org/sites/default/files/images/orcid_16x16.png', alt: _('ORCID logo') %> +   + <%= _("Create or connect your ORCID iD") %> + <% end %> <% elsif scheme.name.downcase == 'shibboleth' %>