Sha256: 6fa788cad57acd1fd4bb76a9f3e4f61a3d3fbfce86dfc91ce4c54440799f3212
Contents?: true
Size: 490 Bytes
Versions: 12
Compression:
Stored size: 490 Bytes
Contents
.item .overlay = radio_button_tag :photo_id, photo.id = check_box_tag 'photo_ids[]', photo.id = link_to '', admin_photo_path(photo), class: 'icon-only', data: {icon: 'Z', aviary: true} = link_to '', spina.admin_photo_path(photo), method: :delete, class: 'icon-only', data: {icon: 'Q', confirm: t('spina.photos.delete_confirmation')} = image_tag photo.file.thumb.url, id: "photo_#{photo.id}", data: {posturl: spina.enhance_admin_photo_path(photo), image: photo.file.url}
Version data entries
12 entries across 12 versions & 1 rubygems