Sha256: cdd1bf739a1591908a39caa6d0af7a4c287fb1324e22419255b8c32058ebae67

Contents?: true

Size: 355 Bytes

Versions: 6

Compression:

Stored size: 355 Bytes

Contents

- if !list.extracted.nil?
  %p
    <strong>Files extracted:</strong> #{list.extracted ? "yes" : "no"}
- if list.files
  %table.table.table-striped.table-hover.table-condensed.files-table
    %thead
      %tr
        %th Name
        %th.small Type
    %tbody
      - list.files.each do |file|
        %tr
          %td= file.name
          %td= file.type

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
machinery-tool-1.16.4 html/partials/compare/unmanaged_file_list.html.haml
machinery-tool-1.16.3 html/partials/compare/unmanaged_file_list.html.haml
machinery-tool-1.16.2 html/partials/compare/unmanaged_file_list.html.haml
machinery-tool-1.16.1 html/partials/compare/unmanaged_file_list.html.haml
machinery-tool-1.16.0 html/partials/compare/unmanaged_file_list.html.haml
machinery-tool-1.15.0 html/partials/compare/unmanaged_file_list.html.haml