Sha256: 7b3640d5a9c2b5f873e4b1484d615f081b9789517b15fb446b708cb5ae905eca
Contents?: true
Size: 642 Bytes
Versions: 15
Compression:
Stored size: 642 Bytes
Contents
%td = attachment_form.object.title %td = attachment_form.hidden_field :id = attachment_form.hidden_field :title = attachment_form.hidden_field :page_partable_type = attachment_form.hidden_field :name = link_to select_admin_attachments_path(attachment_form.object_name), remote: true, class: "media_picker" do - if attachment_form.object.page_partable && attachment_form.object.page_partable.file.present? .attachment= attachment_form.object.page_partable.name - else .placeholder %span{data: {icon: 't'}} = t('spina.choose_from_library') = attachment_form.hidden_field :page_partable_id
Version data entries
15 entries across 15 versions & 1 rubygems