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 6ece860..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-<% if object.deletable? %>
-  <%= link_to({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 %>