Sha256: 539cfcdf0cd05cdc8bcf5f6ebea70f6f6023372157a4364655682b01c6972b8d

Contents?: true

Size: 699 Bytes

Versions: 36

Compression:

Stored size: 699 Bytes

Contents

<%- if manifestation.extent.present? -%>
  <%= manifestation.extent %>
<%- elsif manifestation.number_of_pages -%>
  <span itemprop="numPages"><%= manifestation.number_of_pages -%></span> p.
  (<%= manifestation.start_page -%> - <%= manifestation.end_page -%>)
<%- end -%>
<%- if ( manifestation.extent.present? or manifestation.number_of_pages ) and ( manifestation.dimensions.present? or manifestation.height ) -%>
  ;
<%- end -%>
<!-- TODO: センチメートル以外の単位 -->
<% if manifestation.dimensions.present? %>
  <%= manifestation.dimensions -%>
<%- elsif manifestation.height -%>
  <!-- TODO: センチメートル以外の単位 -->
  <%= manifestation.height -%> cm.
<%- end -%>

Version data entries

36 entries across 35 versions & 2 rubygems

Version Path
enju_biblio-0.3.4 app/views/manifestations/_physical_description.html.erb
enju_biblio-0.3.3 app/views/manifestations/_physical_description.html.erb
enju_biblio-0.3.2 app/views/manifestations/_physical_description.html.erb
enju_biblio-0.3.1 app/views/manifestations/_physical_description.html.erb
enju_biblio-0.3.0 app/views/manifestations/_physical_description.html.erb
enju_biblio-0.3.0.rc.1 app/views/manifestations/_physical_description.html.erb
enju_biblio-0.3.0.beta.2 app/views/manifestations/_physical_description.html.erb
enju_biblio-0.2.5 app/views/manifestations/_physical_description.html.erb
enju_biblio-0.2.4 app/views/manifestations/_physical_description.html.erb
enju_biblio-0.2.3 app/views/manifestations/_physical_description.html.erb
enju_biblio-0.2.2 app/views/manifestations/_physical_description.html.erb
enju_leaf-1.2.1 vendor/bundle/ruby/2.3/gems/enju_biblio-0.2.1/app/views/manifestations/_physical_description.html.erb
enju_leaf-1.2.1 vendor/bundle/ruby/2.3/gems/enju_biblio-0.2.0/app/views/manifestations/_physical_description.html.erb
enju_biblio-0.2.1 app/views/manifestations/_physical_description.html.erb
enju_biblio-0.2.0 app/views/manifestations/_physical_description.html.erb
enju_biblio-0.2.0.beta.4 app/views/manifestations/_physical_description.html.erb