Sha256: 427006d7041974f9f5561cd897ae33d2f8e5a837e43a6c0ad3df1d5ce7a047ed

Contents?: true

Size: 399 Bytes

Versions: 4

Compression:

Stored size: 399 Bytes

Contents

<%- case @attachable.class.to_s when 'Shelf' -%>
  <%= render 'index_shelf', :shelf => @attachable -%>
<%- when 'Manifestation' -%>
  <%= render 'index_manifestation', manifestation: @attachable -%>
<%- when 'Agent' -%>
  <%= render 'index_agent', :agent => @attachable -%>
<%- when 'Event' -%>
  <%= render 'index_event', :event => @attachable -%>
<%- else -%>
  <%= render 'index' -%>
<%- end -%>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
enju_biblio-0.1.0.pre59 app/views/picture_files/index.html.erb
enju_biblio-0.1.0.pre58 app/views/picture_files/index.html.erb
enju_biblio-0.1.0.pre57 app/views/picture_files/index.html.erb
enju_biblio-0.1.0.pre56 app/views/picture_files/index.html.erb