Merge branch '2800-python-global-state' into 2800-pgs
[arvados.git] / apps / workbench / app / views / groups / _choose_rows.html.erb
index 772ef197d03410a561106edb09e852190d6840c4..fca0415e292e3ce06f462f371c8ba2a7734d9866 100644 (file)
@@ -1,6 +1,6 @@
 <% 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 %>