Merge branch '8784-dir-listings'
[arvados.git] / apps / workbench / app / views / groups / _choose_rows.html.erb
1 <%# Copyright (C) The Arvados Authors. All rights reserved.
2
3 SPDX-License-Identifier: AGPL-3.0 %>
4
5 <% icon_class = fa_icon_class_for_class(Group) %>
6 <% @objects.each do |object| %>
7   <div class="row filterable selectable" data-object-uuid="<%= object.uuid %>">
8     <div class="col-sm-12" style="overflow-x:hidden">
9       <i class="fa fa-fw <%= icon_class %>"></i>
10       <%= object.name %>
11     </div>
12   </div>
13 <% end %>