Sha256: 5db113d5193958ba04cbf3da33287d04fa05ee76af996a6a8f9cc59e870a3f6c

Contents?: true

Size: 368 Bytes

Versions: 5

Compression:

Stored size: 368 Bytes

Contents

%h2 New Attachment

= semantic_form_for @attachment, url: attachments_path, html: {multipart: true} do |f|
  = f.inputs do
    = render 'form', f: f, attachment: @attachment

    = f.action :submit, input_html: { value: 'Upload File', onclick: "this.disabled=true;this.value='Please wait...';this.form.submit();" }

= link_to 'View All Attachments', attachments_path

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
importable_attachments-0.0.18 app/views/importable_attachments/attachments/new.html.haml
importable_attachments-0.0.17 app/views/importable_attachments/attachments/new.html.haml
importable_attachments-0.0.15 app/views/importable_attachments/attachments/new.html.haml
importable_attachments-0.0.14 app/views/importable_attachments/attachments/new.html.haml
importable_attachments-0.0.13 app/views/importable_attachments/attachments/new.html.haml