Sha256: 5f44b6daeda65ba59fac90ee7205878fdc603eca7c67de89bb374d104309709a

Contents?: true

Size: 873 Bytes

Versions: 3

Compression:

Stored size: 873 Bytes

Contents

.horizontal-form-label
  = attachment_collection_form.object.title
.horizontal-form-content
  = attachment_collection_form.hidden_field :id
  = attachment_collection_form.hidden_field :title
  = attachment_collection_form.hidden_field :page_partable_type
  = attachment_collection_form.hidden_field :name

  = attachment_collection_form.fields_for :page_partable, attachment_collection_form.object.page_partable do |form|
    = link_to select_collection_admin_attachments_path(form.object_name), remote: true, class: "media_picker" do
      - if form.object.attachments.any?
        - form.object.attachments.each do |attachment|
          .attachment= attachment.name
      - else
        .placeholder
          %span{data: {icon: 't'}}
            = t('spina.choose_from_library')
      = form.hidden_field :attachment_tokens, value: form.object.attachment_ids.join(",")

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
spina-0.7.3 app/views/spina/admin/page_partables/_attachment_collection_form.html.haml
spina-0.7.2 app/views/spina/admin/page_partables/_attachment_collection_form.html.haml
spina-0.7.0 app/views/spina/admin/page_partables/_attachment_collection_form.html.haml