Sha256: 54208948b4e0d6576ffeab507e6a3926f27ca365b6342258ce141605a6fd19b8
Contents?: true
Size: 725 Bytes
Versions: 25
Compression:
Stored size: 725 Bytes
Contents
<tr class="document <%= cycle("even","odd") %>"> <td> <img width="75" src="<%= datastream_disseminator_url(document[:id], "thumbnail") %>" alt="thumb"> <%= link_to_document(document, :label => blacklight_config.show.heading.to_sym, :counter => (counter + 1 + @response.params[:start].to_i)) %> </td> <td> <% creator = document.get_person_from_role("Creator") %> <%= [creator[:last], creator[:first]].join(", ") unless creator.nil? %> </td> <td> <%= DateTime.parse(document.fetch(:system_create_dt, "")).to_time %> </td> <td> <%= document.document_type(blacklight_config.show.display_type) %> </td> <td> <%= get_file_asset_count(document)%> </td> <td> Created </td> </tr>
Version data entries
25 entries across 25 versions & 2 rubygems