Sha256: 48eb9ee064e58bb31e599111e94e006ade893c4b1b824db8b356afd3de874596

Contents?: true

Size: 405 Bytes

Versions: 51

Compression:

Stored size: 405 Bytes

Contents

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

Version data entries

51 entries across 51 versions & 1 rubygems

Version Path
enju_biblio-0.1.0.pre42 app/views/picture_files/index.html.erb
enju_biblio-0.1.0.pre41 app/views/picture_files/index.html.erb
enju_biblio-0.1.0.pre40 app/views/picture_files/index.html.erb
enju_biblio-0.1.0.pre39 app/views/picture_files/index.html.erb
enju_biblio-0.1.0.pre38 app/views/picture_files/index.html.erb
enju_biblio-0.1.0.pre37 app/views/picture_files/index.html.erb
enju_biblio-0.1.0.pre36 app/views/picture_files/index.html.erb
enju_biblio-0.1.0.pre35 app/views/picture_files/index.html.erb
enju_biblio-0.1.0.pre34 app/views/picture_files/index.html.erb
enju_biblio-0.1.0.pre33 app/views/picture_files/index.html.erb
enju_biblio-0.1.0.pre32 app/views/picture_files/index.html.erb
enju_biblio-0.1.0.pre31 app/views/picture_files/index.html.erb
enju_biblio-0.1.0.pre30 app/views/picture_files/index.html.erb
enju_biblio-0.1.0.pre29 app/views/picture_files/index.html.erb
enju_biblio-0.1.0.pre28 app/views/picture_files/index.html.erb
enju_biblio-0.1.0.pre27 app/views/picture_files/index.html.erb
enju_biblio-0.1.0.pre26 app/views/picture_files/index.html.erb
enju_biblio-0.1.0.pre25 app/views/picture_files/index.html.erb
enju_biblio-0.1.0.pre24 app/views/picture_files/index.html.erb
enju_biblio-0.1.0.pre23 app/views/picture_files/index.html.erb