Sha256: d694574be8136716d0a02e8d858abbdbf20959a624640a70d65754e9b0b384cd

Contents?: true

Size: 693 Bytes

Versions: 2

Compression:

Stored size: 693 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 Package Name
        %th Package Version
        %th Changes
        %th Mode
        %th User
        %th Group
    %tbody
      - list.files.each do |file|
        %tr
          %td= file.name
          %td= file.package_name
          %td= file.package_version
          %td
            = file.changes.join(",")
            - if file.error_message
              %span{ title: file.error_message } (details)
          %td= file.mode
          %td= file.user
          %td= file.group

Version data entries

2 entries across 2 versions & 1 rubygems

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