Sha256: 3ce2fc1edfefaa86d70cbc0a7bba97a7a5b449b2e132b794c83a1156d65a28c1

Contents?: true

Size: 319 Bytes

Versions: 2

Compression:

Stored size: 319 Bytes

Contents

%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 Type
    %tbody
      - list.files.each do |file|
        %tr
          %td= file.name
          %td= file.type

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
machinery-tool-1.14.2 html/partials/compare/unmanaged_file_list.html.haml
machinery-tool-1.14.1 html/partials/compare/unmanaged_file_list.html.haml