20690: Remove workbench1 and testing/packaging references.
[arvados.git] / apps / workbench / app / views / pipeline_instances / compare.html.erb
diff --git a/apps/workbench/app/views/pipeline_instances/compare.html.erb b/apps/workbench/app/views/pipeline_instances/compare.html.erb
deleted file mode 100644 (file)
index 960d81d..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-<%# Copyright (C) The Arvados Authors. All rights reserved.
-
-SPDX-License-Identifier: AGPL-3.0 %>
-
-<% if (o = Group.find?(@objects.first.owner_uuid)) %>
-  <% content_for :breadcrumbs do %>
-    <li class="nav-separator"><span class="glyphicon glyphicon-arrow-right"></span></li>
-    <li>
-      <%= link_to(o.name, project_path(o.uuid)) %>
-    </li>
-    <li class="nav-separator">
-      <span class="glyphicon glyphicon-arrow-right"></span>
-    </li>
-    <li>
-      <%= link_to '#' do %>compare pipelines<% end %>
-    </li>
-  <% end %>
-<% end %>
-<%= render partial: 'content', layout: 'content_layout', locals: {pane_list: controller.compare_pane_list }  %>