20690: Remove workbench1 and testing/packaging references.
[arvados.git] / apps / workbench / app / views / application / _delete_object_button.html.erb
diff --git a/apps/workbench/app/views/application/_delete_object_button.html.erb b/apps/workbench/app/views/application/_delete_object_button.html.erb
deleted file mode 100644 (file)
index 4db3aea..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-<%# Copyright (C) The Arvados Authors. All rights reserved.
-
-SPDX-License-Identifier: AGPL-3.0 %>
-
-<% if object.deletable? %>
-  <%= link_to({controller: object.class.table_name, action: 'destroy', id: object.uuid}, method: :delete, remote: true, data: {confirm: "Really delete #{object.class_for_display.downcase} '#{object.friendly_link_name}'?"}) do %>
-    <i class="glyphicon glyphicon-trash"></i>
-  <% end %>
-<% end %>