Sha256: 4dc808039be2d45a23ec073ed9e6a445bddf577221d108851a5c4339cbbedc9a

Contents?: true

Size: 659 Bytes

Versions: 2

Compression:

Stored size: 659 Bytes

Contents

= link_to spina.photo_select_admin_photos_path(photo_form.object_name, selected_photo_id: (photo_form.object.page_partable.id if photo_form.object.page_partable.present?)), remote: true, class: "media_picker" do
  - if photo_form.object.page_partable && photo_form.object.page_partable.file.present?
    .placeholder.pull-right
      %span.button.button-small.button-round{data: {icon: 'U'}}=t 'spina.pages.photo_picker'
    .image
      = image_tag photo_form.object.page_partable.file.thumb
  - else
    .placeholder
      %span.button.button-small.button-round{data: {icon: 'U'}}=t 'spina.pages.photo_picker'

  = photo_form.hidden_field :page_partable_id

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
spina-0.6.14 app/views/spina/admin/page_partables/_photo_form.html.haml
spina-0.6.13 app/views/spina/admin/page_partables/_photo_form.html.haml