Merge branch '8784-dir-listings'
[arvados.git] / apps / workbench / app / views / groups / _choose_rows.html.erb
index 772ef197d03410a561106edb09e852190d6840c4..9286752817b56be7a801cf4bf8cf845736a6b326 100644 (file)
@@ -1,6 +1,10 @@
+<%# Copyright (C) The Arvados Authors. All rights reserved.
+
+SPDX-License-Identifier: AGPL-3.0 %>
+
 <% icon_class = fa_icon_class_for_class(Group) %>
 <% @objects.each do |object| %>
-  <div class="row filterable selectable <%= 'multiple' if multiple %>" data-object-uuid="<%= object.uuid %>">
+  <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.name %>