Sha256: c3b0c9932b9472de874da6765697d763faa73148105c3c2f5d3a42a71260030a
Contents?: true
Size: 717 Bytes
Versions: 2
Compression:
Stored size: 717 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.small Changes %th.small Mode %th.small User %th.small 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/changed_managed_file_list.html.haml |
machinery-tool-1.14.1 | html/partials/compare/changed_managed_file_list.html.haml |