Sha256: 1299b289cd6540c9b647dd24b699cc8b3aef8226e35c575a9965a8ac065381cb

Contents?: true

Size: 670 Bytes

Versions: 37

Compression:

Stored size: 670 Bytes

Contents

<tr class="document <%= cycle("even","odd") %>">
  <td class="document_title"><%= link_to_document(document, :label => :mods_0_title_info_0_main_title_t, :counter => (counter + 1 + @response.params[:start].to_i)) %></td>
  <td class="document_author"><% author = get_person_from_role(document, "author") %><%= author.nil? ? "n/a" : [author[:last], author[:first]].join(", ") %></td>
  <td class="document_work"><%= document.fetch(:journal_title_info_main_title_t, nil) %></td>
  <td class="document_date"><%= format_date(DateTime.parse(document.fetch(:system_create_dt, "")).to_time) %></td>
  <td class="document_files"><%= get_file_asset_count(document) %></td>
</tr>

Version data entries

37 entries across 37 versions & 1 rubygems

Version Path
hydra-head-4.0.3 app/views/mods_assets/_index_table.html.erb
hydra-head-4.0.2 app/views/mods_assets/_index_table.html.erb
hydra-head-4.0.1 app/views/mods_assets/_index_table.html.erb
hydra-head-4.0.0 app/views/mods_assets/_index_table.html.erb
hydra-head-4.0.0.rc6 app/views/mods_assets/_index_table.html.erb
hydra-head-4.0.0.rc5 app/views/mods_assets/_index_table.html.erb
hydra-head-4.0.0.rc4 app/views/mods_assets/_index_table.html.erb
hydra-head-4.0.0.rc3 app/views/mods_assets/_index_table.html.erb
hydra-head-4.0.0.rc2 app/views/mods_assets/_index_table.html.erb
hydra-head-3.3.0 app/views/mods_assets/_index_table.html.erb
hydra-head-3.2.2 app/views/mods_assets/_index_table.html.erb
hydra-head-3.2.1 app/views/mods_assets/_index_table.html.erb
hydra-head-3.2.0 app/views/mods_assets/_index_table.html.erb
hydra-head-3.2.0.pre3 app/views/mods_assets/_index_table.html.erb
hydra-head-3.2.0.pre2 app/views/mods_assets/_index_table.html.erb
hydra-head-3.2.0.pre1 app/views/mods_assets/_index_table.html.erb
hydra-head-3.1.5 app/views/mods_assets/_index_table.html.erb
hydra-head-3.1.4 app/views/mods_assets/_index_table.html.erb
hydra-head-3.1.3 app/views/mods_assets/_index_table.html.erb
hydra-head-3.1.2 app/views/mods_assets/_index_table.html.erb