Sha256: a8346fb6fc431a835273c905af97d52da1931b68c05952934c9e6ebba1a586e9
Contents?: true
Size: 520 Bytes
Versions: 2
Compression:
Stored size: 520 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: "Weet je zeker dat je deze <strong>foto</strong> wilt verwijderen?"} = 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
spina-0.6.12 | app/views/spina/admin/photos/_photo.html.haml |
spina-0.6.11 | app/views/spina/admin/photos/_photo.html.haml |