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.18 app/views/manifestations/_physical_description.html.erb
enju_biblio-0.3.17 app/views/manifestations/_physical_description.html.erb
enju_biblio-0.3.16 app/views/manifestations/_physical_description.html.erb
enju_biblio-0.3.15 app/views/manifestations/_physical_description.html.erb
enju_biblio-0.3.14 app/views/manifestations/_physical_description.html.erb
enju_biblio-0.3.13 app/views/manifestations/_physical_description.html.erb
enju_biblio-0.3.12 app/views/manifestations/_physical_description.html.erb
enju_biblio-0.3.11 app/views/manifestations/_physical_description.html.erb
enju_biblio-0.3.10 app/views/manifestations/_physical_description.html.erb
enju_biblio-0.3.10.rc.3 app/views/manifestations/_physical_description.html.erb
enju_biblio-0.3.10.rc.2 app/views/manifestations/_physical_description.html.erb
enju_biblio-0.3.10.rc.1 app/views/manifestations/_physical_description.html.erb
enju_biblio-0.3.9 app/views/manifestations/_physical_description.html.erb
enju_biblio-0.4.0.rc.1 app/views/manifestations/_physical_description.html.erb
enju_biblio-0.3.8 app/views/manifestations/_physical_description.html.erb
enju_biblio-0.3.7 app/views/manifestations/_physical_description.html.erb
enju_biblio-0.3.6 app/views/manifestations/_physical_description.html.erb
enju_biblio-0.4.0.beta.2 app/views/manifestations/_physical_description.html.erb
enju_biblio-0.4.0.beta.1 app/views/manifestations/_physical_description.html.erb
enju_biblio-0.3.5 app/views/manifestations/_physical_description.html.erb