Sha256: 888ba58541a91993b0a72a5b765a1a5f20f44ecebe3d4c9ec19544529f9cdcd4
Contents?: true
Size: 639 Bytes
Versions: 3
Compression:
Stored size: 639 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
3 entries across 3 versions & 1 rubygems