1 <% @objects.each do |object| %>
2 <div class="row filterable selectable <%= 'use-preview-selection' if params['use_preview_selection']%>" data-object-uuid="<%= object.uuid %>"
3 data-preview-href="<%= chooser_preview_url_for object, params['use_preview_selection'] %>"
4 style="margin-left: 1em; border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: #DDDDDD">
5 <i class="fa fa-fw fa-archive"></i>
6 <% if object.respond_to? :name %>
7 <% if not (object.name.nil? or object.name.empty?) %>
9 <% elsif object.is_a? Collection and object.files.length > 0 %>
10 <%= object.files[0][1] %>
11 <%= "+ #{object.files.length-1} more" if object.files.length > 1 %>
18 <% links_for_object(object).each do |tag| %>
19 <% if tag.link_class == 'tag' %>
20 <span class="label label-info"><%= tag.name %></span>