Sha256: 9e91eaf65ac5c4b84865a1e0027bfe7c0c30dd103d7fabc69b1d8b4d9140acd7

Contents?: true

Size: 1.62 KB

Versions: 36

Compression:

Stored size: 1.62 KB

Contents

<div id="related_manifestation">
  <ul>
    <%- manifestation.original_manifestations.each do |manifestation| -%>
        <li>
          [M]
          <%= link_to manifestation.original_title, manifestation -%>
          <%= form_icon(manifestation.carrier_type) -%>
          <%= link_to image_tag('icons/world_go.png', size: '16x16', class: 'enju_icon', alt: t('manifestation.web')), manifestation.access_address if manifestation.access_address? -%>
          <%= agents_list(manifestation.creators.readable_by(current_user)) -%>
          <%= agents_list(manifestation.contributors.readable_by(current_user)) -%>
          <%= agents_list(manifestation.publishers.readable_by(current_user)) -%>
          <%- if manifestation.pub_date? -%>
            (<%= manifestation.pub_date -%>)
          <%- end -%>
        </li>
    <%- end -%>
    <%- manifestation.derived_manifestations.each do |manifestation| -%>
        <li>
          [M]
          <%= link_to manifestation.original_title, manifestation -%>
          <%= form_icon(manifestation.carrier_type) -%>
          <%= link_to image_tag('icons/world_go.png', size: '16x16', class: 'enju_icon', alt: t('manifestation.web')), manifestation.access_address if manifestation.access_address? -%>
          <%= agents_list(manifestation.creators.readable_by(current_user)) -%>
          <%= agents_list(manifestation.contributors.readable_by(current_user)) -%>
          <%= agents_list(manifestation.publishers.readable_by(current_user)) -%>
          <%- if manifestation.pub_date? -%>
            (<%= manifestation.pub_date -%>)
          <%- end -%>
        </li>
    <%- end -%>
  </ul>
</div>

Version data entries

36 entries across 35 versions & 2 rubygems

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