Fix 2.4.2 upgrade notes formatting refs #19330
[arvados.git] / apps / workbench / app / views / notifications / _ssh_key_notification.html.erb
1 <%# Copyright (C) The Arvados Authors. All rights reserved.
2
3 SPDX-License-Identifier: AGPL-3.0 %>
4
5    <%= image_tag "dax.png", class: "dax" %>
6     <div>
7       Hi, I noticed that you have not yet set up an SSH public key for use with Arvados.
8       <%= link_to ssh_keys_user_path(current_user) do %>
9         <b>Click here to set up an SSH public key for use with Arvados.</b>
10       <%end%>
11     </div>