20690: Remove workbench1 and testing/packaging references.
[arvados.git] / 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
deleted file mode 100644 (file)
index 6d0f990..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-<%# Copyright (C) The Arvados Authors. All rights reserved.
-
-SPDX-License-Identifier: AGPL-3.0 %>
-
-<div class="pull-right">
-  <span class="deemphasize">Browsing <%= @object.name %> repository at commit</span>
-  <%= link_to(@commit, show_repository_commit_path(id: @object.uuid, commit: @commit), title: 'show commit message') %>
-</div>
-<p>
-  <%= 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 + '/'
-     %>
-    / <%= link_to pathpart, show_repository_tree_path(id: @object.uuid, commit: @commit, path: parents) %>
-  <% end %>
-</p>