X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/9136a1b1314084e149f86ceec16d1482ccf5d8af..64e387b2f4f0fe6c4c7bf16232706c7cf194caf0:/apps/workbench/app/views/repositories/_repository_breadcrumbs.html.erb diff --git a/apps/workbench/app/views/repositories/_repository_breadcrumbs.html.erb b/apps/workbench/app/views/repositories/_repository_breadcrumbs.html.erb index 736c1873e5..6d0f9906fc 100644 --- a/apps/workbench/app/views/repositories/_repository_breadcrumbs.html.erb +++ b/apps/workbench/app/views/repositories/_repository_breadcrumbs.html.erb @@ -1,9 +1,13 @@ +<%# Copyright (C) The Arvados Authors. All rights reserved. + +SPDX-License-Identifier: AGPL-3.0 %> +
Browsing <%= @object.name %> repository at commit <%= link_to(@commit, show_repository_commit_path(id: @object.uuid, commit: @commit), title: 'show commit message') %>

- <%= link_to(@object.name, show_repository_tree_path(id: @object.uuid, commit: @commit, path: '/'), title: 'show root directory of source tree') %> + <%= link_to(@object.name, show_repository_tree_path(id: @object.uuid, commit: @commit, path: ''), title: 'show root directory of source tree') %> <% parents = '' (@path || '').split('/').each do |pathpart| parents = parents + pathpart + '/'