Sha256: 9354cdba0965e7b79e4626688a3cf1e106b926fb0c6c35193c9077d6b140e4bc

Contents?: true

Size: 490 Bytes

Versions: 128

Compression:

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

128 entries across 64 versions & 1 rubygems

Version Path
enju_biblio-0.1.0.pre55 app/views/items/_shelf_picture.html.erb
enju_biblio-0.1.0.pre55 app/views/items/_shelf_picture.mobile.erb
enju_biblio-0.1.0.pre54 app/views/items/_shelf_picture.mobile.erb
enju_biblio-0.1.0.pre54 app/views/items/_shelf_picture.html.erb
enju_biblio-0.1.0.pre53 app/views/items/_shelf_picture.mobile.erb
enju_biblio-0.1.0.pre53 app/views/items/_shelf_picture.html.erb
enju_biblio-0.1.0.pre52 app/views/items/_shelf_picture.html.erb
enju_biblio-0.1.0.pre52 app/views/items/_shelf_picture.mobile.erb
enju_biblio-0.1.0.pre51 app/views/items/_shelf_picture.html.erb
enju_biblio-0.1.0.pre51 app/views/items/_shelf_picture.mobile.erb
enju_biblio-0.1.0.pre50 app/views/items/_shelf_picture.mobile.erb
enju_biblio-0.1.0.pre50 app/views/items/_shelf_picture.html.erb
enju_biblio-0.1.0.pre49 app/views/items/_shelf_picture.mobile.erb
enju_biblio-0.1.0.pre49 app/views/items/_shelf_picture.html.erb
enju_biblio-0.1.0.pre48 app/views/items/_shelf_picture.mobile.erb
enju_biblio-0.1.0.pre48 app/views/items/_shelf_picture.html.erb
enju_biblio-0.1.0.pre47 app/views/items/_shelf_picture.html.erb
enju_biblio-0.1.0.pre47 app/views/items/_shelf_picture.mobile.erb
enju_biblio-0.1.0.pre46 app/views/items/_shelf_picture.html.erb
enju_biblio-0.1.0.pre46 app/views/items/_shelf_picture.mobile.erb