Sha256: ff22de5c1b7b2e5dff38d4797773ea3b5934e5c815d8184c3ed7e72ac6bfe8d0
Contents?: true
Size: 633 Bytes
Versions: 9
Compression:
Stored size: 633 Bytes
Contents
<tr class="document <%= cycle("even","odd") %>"> <td> <%= link_to_document(document, :label => blacklight_config.show.heading.to_sym, :counter => (counter + 1 + @response.params[:start].to_i)) %> </td> <td> <% creator = get_person_from_role(document, "Creator") %> <%= [creator[:last], creator[:first]].join(", ") unless creator.nil? %> </td> <td> <%= DateTime.parse(document.fetch(:system_create_dt, "")).to_time %> </td> <td> <%= (document[:medium_t] || document_type(document)).gsub(/^Generic/,"") %> </td> <td> <%= get_file_asset_count(document)%> </td> <td> Created </td> </tr>
Version data entries
9 entries across 9 versions & 1 rubygems