Sha256: cf56325c1a1168102a15cbf08c4f216a789d63e69c7f11d97c37216724f0b61a

Contents?: true

Size: 255 Bytes

Versions: 3

Compression:

Stored size: 255 Bytes

Contents

.item
  = form_for :csv_import, :url=>{ :controller=>"contacts", :action => 'csv_import'}, :html => { :multipart => true } do |f|
    %p
      = f.label :file, 'Import Contact file'
      %br/
      = f.file_field :file
    %p
      = submit_tag "Submit"

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
dust-cms-0.0.07 app/views/dust/contacts/_import_csv.html.haml
dust-cms-0.0.06 app/views/dust/contacts/_import_csv.html.haml
dust-cms-0.0.05 app/views/dust/contacts/_import_csv.html.haml