Sha256: ee770ba6ef9499389a208eee948305d8d332c40850eb9b8d7619a31772dca371

Contents?: true

Size: 617 Bytes

Versions: 5

Compression:

Stored size: 617 Bytes

Contents

%h2 Attachments

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

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

%table#resource_table{alt: 'Attachments'}
  %thead
    %tr
      %th Download
      %th File Name
      %th Version
      %th Last Modified
      %th.action_col_header{colspan: 2} Actions

  %tbody
    = render @attachments

%br/
= link_to 'New Attachment', new_attachment_path, title: 'New Attachment'

Version data entries

5 entries across 5 versions & 1 rubygems

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