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