Sha256: 2441ba640a9c13f97b0711fbb2d1eb2d6d554e9a2e664e17b5c9e3acbe47abaf

Contents?: true

Size: 1.25 KB

Versions: 43

Compression:

Stored size: 1.25 KB

Contents

<%#
Copyright © 2012 The Pennsylvania State University

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
%>

<%# default partial to display solr document fields in catalog show view -%>
<div>
  <dl class="defList">
    <dt>Date: </dt>
    <dd><%= render_document_show_field_value(:document=>document, :field=>"date_t") %></dd>
    <dt>Title: </dt>
    <dd><%= render_document_show_field_value(:document=>document, :field=>"title_t") %></dd>
    <dt>Document Type: </dt>
    <dd><%= render_document_show_field_value(:document=>document, :field=>"medium_t") %></dd>
    <dt>Location: </dt>
    <dd><%= render_document_show_field_value(:document=>document, :field=>"location_t") %></dd>
    <dt>Date: </dt>
    <dd><%= render_document_show_field_value(:document=>document, :field=>"date_t") %></dd>
  </dl>
</div>

Version data entries

43 entries across 43 versions & 2 rubygems

Version Path
sufia-2.0.0 app/views/dashboard/_show_partials/_default_details.html.erb
curate-0.3.2 app/views/dashboard/_show_partials/_default_details.html.erb
curate-0.3.1 app/views/dashboard/_show_partials/_default_details.html.erb
sufia-1.3.0 app/views/dashboard/_show_partials/_default_details.html.erb
sufia-1.2.0 app/views/dashboard/_show_partials/_default_details.html.erb
sufia-1.1.0 app/views/dashboard/_show_partials/_default_details.html.erb
curate-0.2.0 app/views/dashboard/_show_partials/_default_details.html.erb
curate-0.1.3 app/views/dashboard/_show_partials/_default_details.html.erb
curate-0.1.2 app/views/dashboard/_show_partials/_default_details.html.erb
sufia-1.0.0 app/views/dashboard/_show_partials/_default_details.html.erb
curate-0.1.1 app/views/dashboard/_show_partials/_default_details.html.erb
curate-0.1.0 app/views/dashboard/_show_partials/_default_details.html.erb
sufia-0.1.0 app/views/dashboard/_show_partials/_default_details.html.erb
sufia-0.0.8 app/views/dashboard/_show_partials/_default_details.html.erb
sufia-0.0.7 app/views/dashboard/_show_partials/_default_details.html.erb
sufia-0.0.6 app/views/dashboard/_show_partials/_default_details.html.erb
sufia-0.0.5 app/views/dashboard/_show_partials/_default_details.html.erb
sufia-0.0.4 app/views/dashboard/_show_partials/_default_details.html.erb
sufia-0.0.3 app/views/dashboard/_show_partials/_default_details.html.erb
sufia-0.0.2 app/views/dashboard/_show_partials/_default_details.html.erb