Sha256: 14357613ee8150c4ed428daede6d472dc9112baf576c6cbca32ea7a559a583e1

Contents?: true

Size: 478 Bytes

Versions: 8

Compression:

Stored size: 478 Bytes

Contents

<%- item.shelf.picture_files.each do |picture_file| -%>
  <%= link_to image_tag('icons/picture.png', size: '16x16', alt: t('page.picture')), picture_file_path(picture_file, format: :download), rel: "item_#{item.id}_manifestation_#{item.manifestation.id}" -%>
<%- end -%>
<script type="text/javascript">
  $(document).ready(function(){
      $("a[rel='item_<%= item.id -%>_manifestation_<%= item.manifestation.id -%>']").colorbox({transition:"none", photo:true});
  })
</script>

Version data entries

8 entries across 4 versions & 1 rubygems

Version Path
enju_biblio-0.1.0.pre59 app/views/items/_shelf_picture.html.erb
enju_biblio-0.1.0.pre59 app/views/items/_shelf_picture.mobile.erb
enju_biblio-0.1.0.pre58 app/views/items/_shelf_picture.html.erb
enju_biblio-0.1.0.pre58 app/views/items/_shelf_picture.mobile.erb
enju_biblio-0.1.0.pre57 app/views/items/_shelf_picture.html.erb
enju_biblio-0.1.0.pre57 app/views/items/_shelf_picture.mobile.erb
enju_biblio-0.1.0.pre56 app/views/items/_shelf_picture.html.erb
enju_biblio-0.1.0.pre56 app/views/items/_shelf_picture.mobile.erb