X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/b09686ba2ad8fedb5147a632c6edc3e68cdad171..85c625c40ad873d0efac33f8a63c1ee256185e36:/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..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 @@ +<%# 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 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%>