Sha256: 0bb9ae91563af348a19baa884a6d21ee57a936bd58da5a9dbfdf4102a420c14d

Contents?: true

Size: 637 Bytes

Versions: 25

Compression:

Stored size: 637 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

25 entries across 25 versions & 1 rubygems

Version Path
hydra-head-3.3.0 app/views/generic_contents/_index.html.erb
hydra-head-3.2.2 app/views/generic_contents/_index.html.erb
hydra-head-3.2.1 app/views/generic_contents/_index.html.erb
hydra-head-3.2.0 app/views/generic_contents/_index.html.erb
hydra-head-3.2.0.pre3 app/views/generic_contents/_index.html.erb
hydra-head-3.2.0.pre2 app/views/generic_contents/_index.html.erb
hydra-head-3.2.0.pre1 app/views/generic_contents/_index.html.erb
hydra-head-3.1.5 app/views/generic_contents/_index.html.erb
hydra-head-3.1.4 app/views/generic_contents/_index.html.erb
hydra-head-3.1.3 app/views/generic_contents/_index.html.erb
hydra-head-3.1.2 app/views/generic_contents/_index.html.erb
hydra-head-3.1.1 app/views/generic_contents/_index.html.erb
hydra-head-3.1.0 app/views/generic_contents/_index.html.erb
hydra-head-3.1.0.rc2 app/views/generic_contents/_index.html.erb
hydra-head-3.1.0.rc1 app/views/generic_contents/_index.html.erb
hydra-head-3.1.0.pre5 app/views/generic_contents/_index.html.erb
hydra-head-3.1.0.pre4 app/views/generic_contents/_index.html.erb
hydra-head-3.1.0.pre3 app/views/generic_contents/_index.html.erb
hydra-head-3.0.1 app/views/generic_contents/_index.html.erb
hydra-head-3.1.0.pre2 app/views/generic_contents/_index.html.erb