X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/4b056c34fa04a3b611a0cf5f70e9b8d59b7ef632..060d38d627bd1e51dd2b3c6e7de9af6aa7d7b6f3:/apps/workbench/app/views/users/_repositories.html.erb diff --git a/apps/workbench/app/views/users/_repositories.html.erb b/apps/workbench/app/views/users/_repositories.html.erb index 0ac84056f0..057b6a2138 100644 --- a/apps/workbench/app/views/users/_repositories.html.erb +++ b/apps/workbench/app/views/users/_repositories.html.erb @@ -1,3 +1,7 @@ +<%# Copyright (C) The Arvados Authors. All rights reserved. + +SPDX-License-Identifier: AGPL-3.0 %> +
@@ -19,10 +23,6 @@

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.

-

- For more information see <%= link_to raw('Writing a pipeline'), - "#{Rails.configuration.arvados_docsite}/user/tutorials/tutorial-firstscript.html", target: "_blank"%>. -

<% if !@my_repositories.any? %> You do not seem to have access to any repositories. If you would like to request access, please contact your system admin. @@ -57,7 +57,7 @@ <% if repo.editable? %> - <%= link_to(repository_path(id: repo.uuid), method: :delete, class: 'btn btn-sm', data: {confirm: "Really delete repositories?"}) do %> + <%= link_to(repository_path(id: repo.uuid), method: :delete, class: 'btn btn-sm', data: {confirm: "Really delete '#{repo.name || repo.uuid}'?"}) do %> <% end %> <% end %>