Sha256: 3b3e4fd9cd9ee0fb71ac28d2df9bf4ae8f47bd26bc871a14059cce09389c851e

Contents?: true

Size: 1.56 KB

Versions: 62

Compression:

Stored size: 1.56 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', :alt => ('Web')), manifestation.access_address if manifestation.access_address? -%>
          <%= patrons_list(manifestation.creators.readable_by(current_user)) -%>
          <%= patrons_list(manifestation.contributors.readable_by(current_user)) -%>
          <%= patrons_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', :alt => ('Web')), manifestation.access_address if manifestation.access_address? -%>
          <%= patrons_list(manifestation.creators.readable_by(current_user)) -%>
          <%= patrons_list(manifestation.contributors.readable_by(current_user)) -%>
          <%= patrons_list(manifestation.publishers.readable_by(current_user)) -%>
          <%- if manifestation.pub_date? -%>
            (<%= manifestation.pub_date -%>)
          <%- end -%>
        </li>
    <%- end -%>
  </ul>
</div>

Version data entries

62 entries across 62 versions & 2 rubygems

Version Path
enju_flower-0.1.0.pre11 app/views/manifestations/_manifestation_list.html.erb
enju_flower-0.1.0.pre10 app/views/manifestations/_manifestation_list.html.erb
enju_biblio-0.1.0.pre42 app/views/manifestations/_manifestation_list.html.erb
enju_biblio-0.1.0.pre41 app/views/manifestations/_manifestation_list.html.erb
enju_flower-0.1.0.pre9 app/views/manifestations/_manifestation_list.html.erb
enju_biblio-0.1.0.pre40 app/views/manifestations/_manifestation_list.html.erb
enju_biblio-0.1.0.pre39 app/views/manifestations/_manifestation_list.html.erb
enju_flower-0.1.0.pre8 app/views/manifestations/_manifestation_list.html.erb
enju_biblio-0.1.0.pre38 app/views/manifestations/_manifestation_list.html.erb
enju_flower-0.1.0.pre7 app/views/manifestations/_manifestation_list.html.erb
enju_biblio-0.1.0.pre37 app/views/manifestations/_manifestation_list.html.erb
enju_flower-0.1.0.pre6 app/views/manifestations/_manifestation_list.html.erb
enju_biblio-0.1.0.pre36 app/views/manifestations/_manifestation_list.html.erb
enju_biblio-0.1.0.pre35 app/views/manifestations/_manifestation_list.html.erb
enju_biblio-0.1.0.pre34 app/views/manifestations/_manifestation_list.html.erb
enju_flower-0.1.0.pre5 app/views/manifestations/_manifestation_list.html.erb
enju_biblio-0.1.0.pre33 app/views/manifestations/_manifestation_list.html.erb
enju_biblio-0.1.0.pre32 app/views/manifestations/_manifestation_list.html.erb
enju_flower-0.1.0.pre4 app/views/manifestations/_manifestation_list.html.erb
enju_biblio-0.1.0.pre31 app/views/manifestations/_manifestation_list.html.erb