20690: Remove workbench1 and testing/packaging references.
[arvados.git] / apps / workbench / app / views / work_units / _show_log_link.html.erb
diff --git a/apps/workbench/app/views/work_units/_show_log_link.html.erb b/apps/workbench/app/views/work_units/_show_log_link.html.erb
deleted file mode 100644 (file)
index a563a13..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-<%# Copyright (C) The Arvados Authors. All rights reserved.
-
-SPDX-License-Identifier: AGPL-3.0 %>
-
-<% if wu.state_label.in? ["Complete", "Failed", "Cancelled"] %>
-  <% lc = wu.log_collection %>
-  <% if lc and object_readable(lc, Collection) and object_readable(wu.uuid) %>
-    <%= link_to("Log", "#{wu.uri}#Log") %>
-  <% else %>
-    Log unavailable
-  <% end %>
-<% elsif wu.state_label == "Running" %>
-  <% if object_readable(wu.uuid) %>
-    <%= link_to("Log", "#{wu.uri}#Log") %>
-  <% else %>
-    Log unavailable
-  <% end %>
-<% end %>