Sha256: ca6d3aaafcb3be3a500c650891a9f51f7d2d32a19bf0c0057b001e5176192dd0

Contents?: true

Size: 402 Bytes

Versions: 13

Compression:

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

13 entries across 13 versions & 1 rubygems

Version Path
enju_biblio-0.1.0.pre55 app/views/picture_files/index.html.erb
enju_biblio-0.1.0.pre54 app/views/picture_files/index.html.erb
enju_biblio-0.1.0.pre53 app/views/picture_files/index.html.erb
enju_biblio-0.1.0.pre52 app/views/picture_files/index.html.erb
enju_biblio-0.1.0.pre51 app/views/picture_files/index.html.erb
enju_biblio-0.1.0.pre50 app/views/picture_files/index.html.erb
enju_biblio-0.1.0.pre49 app/views/picture_files/index.html.erb
enju_biblio-0.1.0.pre48 app/views/picture_files/index.html.erb
enju_biblio-0.1.0.pre47 app/views/picture_files/index.html.erb
enju_biblio-0.1.0.pre46 app/views/picture_files/index.html.erb
enju_biblio-0.1.0.pre45 app/views/picture_files/index.html.erb
enju_biblio-0.1.0.pre44 app/views/picture_files/index.html.erb
enju_biblio-0.1.0.pre43 app/views/picture_files/index.html.erb