X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/0c3927322282606c3aa6e668641ec2b9e7f4d65e..44c95f99098fa6c6acbfa82d4b6cbc6015eb6e39:/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 2a53b7f4b7..a17a4517e1 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,11 @@ - <%= image_tag "dax.png", class: "dax" %> +<%# Copyright (C) The Arvados Authors. All rights reserved. + +SPDX-License-Identifier: AGPL-3.0 %> + + <%= 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 learn about SSH keys in Arvados.", - "/manage_account", style: "font-weight: bold" %> + Hi, I noticed that you have not yet set up an SSH public key for use with Arvados. + <%= link_to ssh_keys_user_path(current_user) do %> + Click here to set up an SSH public key for use with Arvados. + <%end%>