Sha256: e9a8f3c1a8d6281a6f16f12791a24b5620f39e4438ea369764d6701c7562d139

Contents?: true

Size: 516 Bytes

Versions: 1

Compression:

Stored size: 516 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: {aviary: true} do
      = icon('paint-brush')
    = link_to spina.admin_photo_path(photo), method: :delete, class: 'icon-only', data: {confirm: t('spina.photos.delete_confirmation')} do
      = icon('times')
  = 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

1 entries across 1 versions & 1 rubygems

Version Path
spina-0.6.25 app/views/spina/admin/photos/_photo.html.haml