20690: Remove workbench1 and testing/packaging references.
[arvados.git] / apps / workbench / app / views / users / _choose_rows.html.erb
diff --git a/apps/workbench/app/views/users/_choose_rows.html.erb b/apps/workbench/app/views/users/_choose_rows.html.erb
deleted file mode 100644 (file)
index 862efad..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-<%# Copyright (C) The Arvados Authors. All rights reserved.
-
-SPDX-License-Identifier: AGPL-3.0 %>
-
-<% icon_class = fa_icon_class_for_class(User) %>
-<% @objects.each do |object| %>
-  <div class="row filterable selectable" data-object-uuid="<%= object.uuid %>">
-    <div class="col-sm-12" style="overflow-x:hidden">
-      <i class="fa fa-fw <%= icon_class %>"></i>
-      <%= object.full_name %> &lt;<%= object.email %>&gt;
-    </div>
-  </div>
-<% end %>