Sha256: ad666e5e685446a683738e78a1b1c3e946cbe3edd92e5d1fc17b640e355945c0

Contents?: true

Size: 489 Bytes

Versions: 3

Compression:

Stored size: 489 Bytes

Contents

<%# default partial to display solr document fields in catalog show view -%>
<div>
  <dl class="defList">
	  <%= get_data_with_label(document, "Title:", 'title_t') %>
	  <%= get_data_with_label(document, "Author:", 'creator_t') %>
	  <%= get_textile_data_with_label(document, "Links:", 'relation_t') %>
	  <%= show_formats(document['format']) %>

      <%= get_data_with_label(document, "Date:", 'date_t') %>  
      <%= get_data_with_label(document, "Type:", 'medium_t') %>
  </dl>
</div>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
hydra-head-3.0.0pre3 app/views/catalog/_show_partials/_default_details.html.erb
hydra-head-3.0.0pre2 app/views/catalog/_show_partials/_default_details.html.erb
hydra-head-3.0.0pre1 app/views/catalog/_show_partials/_default_details.html.erb