X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/f59d6d76acf9c6f5bb95c5902b2c9a1cca427e93..b6f54ccb32e05348e9a5c76c7ed3211203cd4e55:/apps/workbench/app/views/users/_manage_ssh_keys.html.erb diff --git a/apps/workbench/app/views/users/_manage_ssh_keys.html.erb b/apps/workbench/app/views/users/_manage_ssh_keys.html.erb index 1ea8f0bf87..951b79c6de 100644 --- a/apps/workbench/app/views/users/_manage_ssh_keys.html.erb +++ b/apps/workbench/app/views/users/_manage_ssh_keys.html.erb @@ -1,4 +1,18 @@ -
+
+
+
+ <%= link_to raw('' " Add new SSH key"), add_ssh_key_popup_url, + {class: 'btn btn-xs btn-primary', :remote => true, 'data-toggle' => "modal", + 'data-target' => '#add-ssh-key-modal-window'} %> +
+

+ + SSH Keys + +

+
+ +
<% if !@my_ssh_keys.any? %>

You have not yet set up an SSH public key for use with Arvados.

<%= link_to "Click here", @@ -53,3 +67,4 @@ <% end %>

+