Sha256: 54e9ee45ac0f3b4febcbdf293b232eff5dba65592229c9a39c76c24dcaf71068

Contents?: true

Size: 815 Bytes

Versions: 150

Compression:

Stored size: 815 Bytes

Contents

<%- if manifestation.edition_string? -%>
  <tr>
    <td><%= t('activerecord.attributes.manifestation.edition_string') %>:</td>
    <td>
      <%= manifestation.edition_string -%>
    </td>
  </tr>
<%- end -%>
<tr>
  <td><%= t('page.number') -%>:</td>
  <td>
    <%- if manifestation.volume_number_string? -%>
      <%= t('activerecord.attributes.manifestation.volume_number_string') -%>: <%= manifestation.volume_number_string -%>
    <%- end -%>
    <%- if manifestation.issue_number_string? -%>
      <%= t('activerecord.attributes.manifestation.issue_number_string') -%>: <%= manifestation.issue_number_string -%>
    <%- end -%>
    <%- if manifestation.serial_number? -%>
      <%= t('activerecord.attributes.manifestation.serial_number') -%>: <%= manifestation.serial_number -%>
    <%- end -%>
  </td>
</tr>

Version data entries

150 entries across 149 versions & 3 rubygems

Version Path
enju_biblio-0.3.18 app/views/manifestations/_edition_and_number.html.erb
enju_biblio-0.3.17 app/views/manifestations/_edition_and_number.html.erb
enju_biblio-0.3.16 app/views/manifestations/_edition_and_number.html.erb
enju_biblio-0.3.15 app/views/manifestations/_edition_and_number.html.erb
enju_biblio-0.3.14 app/views/manifestations/_edition_and_number.html.erb
enju_biblio-0.3.13 app/views/manifestations/_edition_and_number.html.erb
enju_biblio-0.3.12 app/views/manifestations/_edition_and_number.html.erb
enju_biblio-0.3.11 app/views/manifestations/_edition_and_number.html.erb
enju_biblio-0.3.10 app/views/manifestations/_edition_and_number.html.erb
enju_biblio-0.3.10.rc.3 app/views/manifestations/_edition_and_number.html.erb
enju_biblio-0.3.10.rc.2 app/views/manifestations/_edition_and_number.html.erb
enju_biblio-0.3.10.rc.1 app/views/manifestations/_edition_and_number.html.erb
enju_biblio-0.3.9 app/views/manifestations/_edition_and_number.html.erb
enju_biblio-0.4.0.rc.1 app/views/manifestations/_edition_and_number.html.erb
enju_biblio-0.3.8 app/views/manifestations/_edition_and_number.html.erb
enju_biblio-0.3.7 app/views/manifestations/_edition_and_number.html.erb
enju_biblio-0.3.6 app/views/manifestations/_edition_and_number.html.erb
enju_biblio-0.4.0.beta.2 app/views/manifestations/_edition_and_number.html.erb
enju_biblio-0.4.0.beta.1 app/views/manifestations/_edition_and_number.html.erb
enju_biblio-0.3.5 app/views/manifestations/_edition_and_number.html.erb