Sha256: 5e7088e91f0732b388ff49a0a46345bec2589a82439c563de4ce66828ea2c0b9
Contents?: true
Size: 560 Bytes
Versions: 44
Compression:
Stored size: 560 Bytes
Contents
= modal id: "component-import-#{ @importer.model_name.route_key }" do |modal| = modal.header do = @importer.model_name.human = simple_form_for @file, as: :file, url: @component.path(namespace: :imports, importer: @importer.name), remote: true do |form| = modal.body do %p= t('para.import.help_text') = form.input :attachment, label: false, placeholder: t('para.import.placeholder') = modal.footer do %button.btn.btn-primary.btn-shadow{ type: 'submit' } %i.fa.fa-upload.fa-fw = t('para.import.name')
Version data entries
44 entries across 44 versions & 1 rubygems