Sha256: 0579d3b5856fef8cf3aa77a7d2aff26fc0a0acce30e5a7de0f9c993ccef6893c

Contents?: true

Size: 1.08 KB

Versions: 16

Compression:

Stored size: 1.08 KB

Contents

- if packages
  %div
    %a.scope_anchor{ id: "packages" }
    .scope#packages_container
      = render_partial "scope_header",
        :scope => "packages",
        :title => "Packages",
        :count => "#{packages.length} #{Machinery.pluralize(packages.length, "package")}"

      .row.scope_content.collapse.in
        .col-xs-1
        .col-xs-11
          - if packages.length == 0
            There are no packages.
          - if packages.length > 0
            %table.table.table-striped.table-hover.table-condensed.filterable
              %thead
                %tr
                  %th Name
                  %th.medium Version
                  %th.medium Release
                  %th.medium Arch
                  %th.medium Vendor
                  %th Checksum
              %tbody
                - packages.each do |package|
                  %tr
                    %td= package.name
                    %td= package.version
                    %td= package.release
                    %td= package.arch
                    %td= package.vendor
                    %td= package.checksum

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
machinery-tool-1.24.1 html/partials/packages.html.haml
machinery-tool-1.24.0 html/partials/packages.html.haml
machinery-tool-1.23.1 html/partials/packages.html.haml
machinery-tool-1.23.0 html/partials/packages.html.haml
machinery-tool-1.22.3 html/partials/packages.html.haml
machinery-tool-1.22.2 html/partials/packages.html.haml
machinery-tool-1.22.1 html/partials/packages.html.haml
machinery-tool-1.22.0 html/partials/packages.html.haml
machinery-tool-1.21.0 html/partials/packages.html.haml
machinery-tool-1.20.0 html/partials/packages.html.haml
machinery-tool-1.19.0 html/partials/packages.html.haml
machinery-tool-1.18.0 html/partials/packages.html.haml
machinery-tool-1.17.0 html/partials/packages.html.haml
machinery-tool-1.16.4 html/partials/packages.html.haml
machinery-tool-1.16.3 html/partials/packages.html.haml
machinery-tool-1.16.2 html/partials/packages.html.haml