Sha256: 6e1785782f045febd76cffbd7d33d6b3899445571216050147951842831d9acc

Contents?: true

Size: 574 Bytes

Versions: 9

Compression:

Stored size: 574 Bytes

Contents

<div class="form-actions">
  <div class="form-actions-left">
    <%#TODO <input type="checkbox"> Set as album preview image %>

  </div>
  <div class="form-actions-right">
    <%= link_to( t('refinery.admin.form_actions.delete'), refinery.photo_gallery_admin_photo_path(photo.id),
                 :title=> t('refinery.photo_gallery.admin.photos.photo.delete'),
                 :method => :delete,
                 :data => {:confirm =>  t('refinery.admin.delete.message', :title=> photo.title) },
                 :class => "button confirm-delete")

    %>
  </div>
</div>

Version data entries

9 entries across 9 versions & 2 rubygems

Version Path
refinerycms-photo-gallery-0.3.0 app/views/refinery/photo_gallery/admin/photos/_form_fields_actions.html.erb
refinerycms-photo-gallery-0.2.0 app/views/refinery/photo_gallery/admin/photos/_form_fields_actions.html.erb
refinerycms-photo-gallery-0.1.2 app/views/refinery/photo_gallery/admin/photos/_form_fields_actions.html.erb
refinerycms-photo-gallery-0.1.1 app/views/refinery/photo_gallery/admin/photos/_form_fields_actions.html.erb
refinerycms-photo-gallery-0.1.0 app/views/refinery/photo_gallery/admin/photos/_form_fields_actions.html.erb
refinerycms-6hoursdaily-photo-gallery-0.0.5.dev app/views/refinery/photo_gallery/admin/photos/_form_fields_actions.html.erb
refinerycms-6hoursdaily-photo-gallery-0.0.4.dev app/views/refinery/photo_gallery/admin/photos/_form_fields_actions.html.erb
refinerycms-photo-gallery-0.0.2.dev app/views/refinery/photo_gallery/admin/photos/_form_fields_actions.html.erb
refinerycms-photo-gallery-0.0.1.dev app/views/refinery/photo_gallery/admin/photos/_form_fields_actions.html.erb