Sha256: b6dd4ab6e3741602db6a407903d7ddd007351761933709eacc6442d8b27d0df5

Contents?: true

Size: 994 Bytes

Versions: 9

Compression:

Stored size: 994 Bytes

Contents

- unless list.extracted.nil?
  %p
    <strong>Files extracted:</strong> #{list.extracted ? "yes" : "no"}
- unless list.elements.empty?
  %table.table.table-striped.table-hover.table-condensed.files-table
    %thead
      %tr
        %th Name
        %th.small Type
        - if list.contains_metadata?
          %th.medium Mode
          %th.medium User
          %th.medium Group
          %th.medium Size
          - if list.has_subdir_counts?
            %th.medium Subdir.
            %th.medium Files in dir.
          - else
            %th.medium File Objects
    %tbody
      - list.each do |file|
        %tr
          %td= file.name
          %td= file.type
          - if list.contains_metadata?
            %td= file.mode
            %td= file.user
            %td= file.group
            %td= number_to_human_size(file.size)
            - if list.has_subdir_counts?
              %td= file.dirs
              %td= file.files
            - else
              %td= file.file_objects

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
machinery-tool-1.24.1 html/partials/compare/unmanaged_file_list.html.haml
machinery-tool-1.24.0 html/partials/compare/unmanaged_file_list.html.haml
machinery-tool-1.23.1 html/partials/compare/unmanaged_file_list.html.haml
machinery-tool-1.23.0 html/partials/compare/unmanaged_file_list.html.haml
machinery-tool-1.22.3 html/partials/compare/unmanaged_file_list.html.haml
machinery-tool-1.22.2 html/partials/compare/unmanaged_file_list.html.haml
machinery-tool-1.22.1 html/partials/compare/unmanaged_file_list.html.haml
machinery-tool-1.22.0 html/partials/compare/unmanaged_file_list.html.haml
machinery-tool-1.21.0 html/partials/compare/unmanaged_file_list.html.haml