refs #10645
[arvados.git] / apps / workbench / app / views / notifications / _ssh_key_notification.html.erb
index 989db3daff21d66de26ca13477bd2f5520c0de0a..382b98841f4b87637c7ca1981b273cf1200dffc5 100644 (file)
@@ -1,6 +1,7 @@
    <%= image_tag "dax.png", class: "dax" %>
     <div>
       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 %>
+        <b>Click here to set up an SSH public key for use with Arvados.</b>
+      <%end%>
     </div>