20690: Remove workbench1 and testing/packaging references.
[arvados.git] / apps / workbench / app / views / pipeline_templates / _show_attributes.html.erb
diff --git a/apps/workbench/app/views/pipeline_templates/_show_attributes.html.erb b/apps/workbench/app/views/pipeline_templates/_show_attributes.html.erb
deleted file mode 100644 (file)
index 1b3557b..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-<%# Copyright (C) The Arvados Authors. All rights reserved.
-
-SPDX-License-Identifier: AGPL-3.0 %>
-
-<%= content_for :content_top do %>
-  <h2>Template '<%= @object.name %>'</h2>
-<% end %>
-
-<table class="table topalign">
-  <thead>
-  </thead>
-  <tbody>
-    <% @object.attributes_for_display.each do |attr, attrvalue| %>
-      <% if attr != 'components' %>
-        <%= render partial: 'application/arvados_object_attr', locals: { attr: attr, attrvalue: attrvalue } %>
-      <% end %>
-    <% end %>
-  </tbody>
-</table>