X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/9136a1b1314084e149f86ceec16d1482ccf5d8af..4218f74266f3fee7c618c887bea6a804005c89b9:/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..14f9ba74a3 100644 --- a/apps/workbench/app/views/repositories/_repository_breadcrumbs.html.erb +++ b/apps/workbench/app/views/repositories/_repository_breadcrumbs.html.erb @@ -3,7 +3,7 @@ <%= 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 + '/'