Sha256: 9e970dbfba2f549f00c42c6ef862591c5c53182ac12f51997de4d0ed66d85631
Contents?: true
Size: 729 Bytes
Versions: 2
Compression:
Stored size: 729 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.has_metadata %th.medium Mode %th.medium User %th.medium Group %th.medium Size %th.medium Files in dir. %tbody - list.each do |file| %tr %td= file.name %td= file.type - if list.has_metadata %td= file.mode %td= file.user %td= file.group %td= number_to_human_size(file.size) %td= file.files
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
machinery-tool-1.20.0 | html/partials/compare/unmanaged_file_list.html.haml |
machinery-tool-1.19.0 | html/partials/compare/unmanaged_file_list.html.haml |