20690: Remove workbench1 and testing/packaging references.
[arvados.git] / apps / workbench / app / views / work_units / _show_output.html.erb
diff --git a/apps/workbench/app/views/work_units/_show_output.html.erb b/apps/workbench/app/views/work_units/_show_output.html.erb
deleted file mode 100644 (file)
index 9c76b4f..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-<%# Copyright (C) The Arvados Authors. All rights reserved.
-
-SPDX-License-Identifier: AGPL-3.0 %>
-
-<span class="<%=align%> text-overflow-ellipsis" style="max-width: 100%">
-  <% outputs = wu.outputs %>
-  <% if outputs.size == 0 %>
-    No output
-  <% elsif outputs.size == 1 %>
-    <% if defined?(include_icon) && include_icon %>
-      <i class="fa fa-fw fa-archive"></i>
-    <% end %>
-    <%= link_to_if_arvados_object outputs[0], friendly_name: true %>
-  <% else %>
-    <%= render partial: 'work_units/show_outputs', locals: {id: wu.uuid, outputs: outputs, align:align} %>
-  <% end %>
-</span>