20690: Remove workbench1 and testing/packaging references.
[arvados.git] / apps / workbench / app / views / application / _selection_checkbox.html.erb
diff --git a/apps/workbench/app/views/application/_selection_checkbox.html.erb b/apps/workbench/app/views/application/_selection_checkbox.html.erb
deleted file mode 100644 (file)
index 4d47d89..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-<%if object %>
-<%= check_box_tag 'uuids[]', object.uuid, false, {
-  :class => 'persistent-selection', 
-  :friendly_type => object.class.name,
-  :friendly_name => object.selection_label,
-  :href => "#{url_for controller: object.class.name.tableize, action: 'show', id: object.uuid }" 
-} %>
-<% end %>