Sha256: 5ce2225d50a669ce9f236d604d3f7350e326ed1c7f9828f42b54d020ba86bd28

Contents?: true

Size: 549 Bytes

Versions: 5

Compression:

Stored size: 549 Bytes

Contents

%h1 Listing versions

%table
  %tr
    %th Item type
    %th Item
    %th Event
    %th Whodunit
    %th Object
    %th
    %th
    %th

  - @versions.each do |version|
    %tr
      %td= version.item_type
      %td= version.item_id
      %td= version.event
      %td= version.whodunit
      %td= version.object
      %td= link_to 'Show', version
      %td= link_to 'Edit', edit_version_path(version)
      %td= link_to 'Destroy', version, :method => :delete, :data => { :confirm => 'Are you sure?' }

%br

= link_to 'New Version', new_version_path

Version data entries

5 entries across 5 versions & 1 rubygems

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