X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/c3695bc7282996d66fb1922d7971aa86fb497968..1c4506929f883a25240e5cbc0a5e55597b9ddb1b:/apps/workbench/app/views/notifications/_ssh_key_notification.html.erb diff --git a/apps/workbench/app/views/notifications/_ssh_key_notification.html.erb b/apps/workbench/app/views/notifications/_ssh_key_notification.html.erb index 989db3daff..382b98841f 100644 --- a/apps/workbench/app/views/notifications/_ssh_key_notification.html.erb +++ b/apps/workbench/app/views/notifications/_ssh_key_notification.html.erb @@ -1,6 +1,7 @@ <%= image_tag "dax.png", class: "dax" %>
Hi, I noticed that you have not yet set up an SSH public key for use with Arvados. - <%= link_to "Click here to set up an SSH public key for use with Arvados.", - "/manage_account", style: "font-weight: bold" %> + <%= link_to ssh_keys_user_path(current_user) do %> + Click here to set up an SSH public key for use with Arvados. + <%end%>