Sha256: f32d185ee067893c481a28b3e5bf8f3f98be0b3f8d5bce1d4f36f6e617b93e8a

Contents?: true

Size: 403 Bytes

Versions: 16

Compression:

Stored size: 403 Bytes

Contents

<li class='photo-cat photo_<%=photo.id %>'  key="<%= photo.id%>">
  <span class="entypo-icon-1 remove-photo hide", photo_id="<%= photo.id %>">&#10006;</span>
  <a class="gallery-colorbox" href="<%= photo.photo.url(:original)%>">
    <%= image_tag photo.photo.url(:medium) ,size: '120x120'  %>
  </a>
  <input type="hidden" name="position-item" class="item-position" value="<%= photo.position%>" />
</li>

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
ruby_gallery-0.3.0.6 app/views/shared/_photo_box.html.erb
ruby_gallery-0.3.0.4 app/views/shared/_photo_box.html.erb
ruby_gallery-0.3.0.3 app/views/shared/_photo_box.html.erb
ruby_gallery-0.3.0.2 app/views/shared/_photo_box.html.erb
ruby_gallery-0.3.0.1 app/views/shared/_photo_box.html.erb
ruby_gallery-0.3.0 app/views/shared/_photo_box.html.erb
ruby_gallery-0.2.9 app/views/shared/_photo_box.html.erb
ruby_gallery-0.2.7 app/views/shared/_photo_box.html.erb
ruby_gallery-0.2.6 app/views/shared/_photo_box.html.erb
ruby_gallery-0.2.5 app/views/shared/_photo_box.html.erb
ruby_gallery-0.2.4 app/views/shared/_photo_box.html.erb
ruby_gallery-0.2.2 app/views/shared/_photo_box.html.erb
ruby_gallery-0.2.1 app/views/shared/_photo_box.html.erb
ruby_gallery-0.1.9 app/views/shared/_photo_box.html.erb
ruby_gallery-0.1.8 app/views/shared/_photo_box.html.erb
ruby_gallery-0.1.7 app/views/shared/_photo_box.html.erb