Sha256: 364ba85c0a92a9f0607945cf1a720c67f02167024dc8bb2df87dedefa44f0b6f
Contents?: true
Size: 717 Bytes
Versions: 4
Compression:
Stored size: 717 Bytes
Contents
.table-container %table.table %thead %tr %th= Spina::Attachment.human_attribute_name(:name) %th= Spina::Attachment.human_attribute_name(:size) %th= Spina::Attachment.human_attribute_name(:created_at) %th %tr %td{colspan: 4} = form_with model: [:admin, Spina::Attachment.new], local: false, class: 'new_document', style: 'margin-bottom: 0' do |f| = f.submit style: 'display: none' = f.file_field :files, multiple: true, data: {direct_upload_url: main_app.rails_direct_uploads_url, customfileinput: true} %tbody.table-prepend-document = render partial: 'spina/admin/attachments/attachment', collection: @attachments
Version data entries
4 entries across 4 versions & 1 rubygems