20690: Remove workbench1 and testing/packaging references.
[arvados.git] / apps / workbench / app / views / work_units / _show_outputs.html.erb
diff --git a/apps/workbench/app/views/work_units/_show_outputs.html.erb b/apps/workbench/app/views/work_units/_show_outputs.html.erb
deleted file mode 100644 (file)
index 11286ad..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-<%# Copyright (C) The Arvados Authors. All rights reserved.
-
-SPDX-License-Identifier: AGPL-3.0 %>
-
-<span class="<%=align%>"><a href="#<%= id %>-outputs" data-toggle="collapse">Outputs <span class="caret"></span></a></span>
-<div class="row collapse" id="<%= id %>-outputs" >
-  <div class="col-md-12">
-    <div class="pull-right" style="max-width: 100%">
-      <% outputs.each do |out| %>
-        <div class="text-overflow-ellipsis">
-          <i class="fa fa-fw fa-archive"></i> <%= link_to_if_arvados_object out, friendly_name: true %>
-        </div>
-      <% end %>
-    </div>
-  </div>
-</div>