Sha256: 0ea155dcee791eb3c2c60dd25dd5f14712f076e5b268d14daccd0a5a9aa31362

Contents?: true

Size: 396 Bytes

Versions: 3

Compression:

Stored size: 396 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

3 entries across 3 versions & 1 rubygems

Version Path
enju_biblio-0.1.0.pre62 app/views/picture_files/index.html.erb
enju_biblio-0.1.0.pre61 app/views/picture_files/index.html.erb
enju_biblio-0.1.0.pre60 app/views/picture_files/index.html.erb