Sha256: 380f7e94e1db1b4bd216e8ac48afa6907595d75a8a3a7222c7ab5dd55d1d706b

Contents?: true

Size: 735 Bytes

Versions: 9

Compression:

Stored size: 735 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 = 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

Version Path
hydra-head-4.0.3 app/views/generic_images/_index.html.erb
hydra-head-4.0.2 app/views/generic_images/_index.html.erb
hydra-head-4.0.1 app/views/generic_images/_index.html.erb
hydra-head-4.0.0 app/views/generic_images/_index.html.erb
hydra-head-4.0.0.rc6 app/views/generic_images/_index.html.erb
hydra-head-4.0.0.rc5 app/views/generic_images/_index.html.erb
hydra-head-4.0.0.rc4 app/views/generic_images/_index.html.erb
hydra-head-4.0.0.rc3 app/views/generic_images/_index.html.erb
hydra-head-4.0.0.rc2 app/views/generic_images/_index.html.erb