X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/259d991afb684e95a47ac77f1435b07800e83fbb..55aafbb07904ca24390dd47ea960eae7cb2b909a:/apps/workbench/app/views/repositories/_show_repositories.html.erb diff --git a/apps/workbench/app/views/repositories/_show_repositories.html.erb b/apps/workbench/app/views/repositories/_show_repositories.html.erb index d52229388e..871ba1d365 100644 --- a/apps/workbench/app/views/repositories/_show_repositories.html.erb +++ b/apps/workbench/app/views/repositories/_show_repositories.html.erb @@ -1,18 +1,32 @@ +<%# Copyright (C) The Arvados Authors. All rights reserved. + +SPDX-License-Identifier: AGPL-3.0 %> + <%= render partial: "add_repository_modal" %>
-
- <%= link_to raw(' Add new repository'), "#", - {class: 'btn btn-xs btn-primary', 'data-toggle' => "modal", - 'data-target' => '#add-repository-modal'} %> +
+
+

+ When you are using an Arvados virtual machine, you should clone the https:// URLs. This will authenticate automatically using your API token. +

+

+ In order to clone git repositories using SSH, <%= link_to ssh_keys_user_path(current_user) do%> add an SSH key to your account<%end%> and clone the git@ URLs. +

+
+
+ <%= link_to raw(' Add new repository'), "#", + {class: 'btn btn-xs btn-primary', 'data-toggle' => "modal", + 'data-target' => '#add-repository-modal'} %> +
- + - +