Sha256: e4d50ac893b4d2b993a3a60a8edbd7e370f33ebaaf61653c237e98c66659bc9a

Contents?: true

Size: 756 Bytes

Versions: 3

Compression:

Stored size: 756 Bytes

Contents

- if patterns
  %div
    %a.scope_anchor{ id: "patterns" }
    .scope#patterns_container
      = render_partial "scope_header",
        :scope => "patterns",
        :title => "Patterns",
        :count => "#{patterns.length} #{Machinery.pluralize(patterns.length, "pattern")}"
      .row.scope_content.collapse.in
        .col-xs-1
        .col-xs-11
          %table.table.table-striped.table-hover.table-condensed.filterable
            %thead
              %tr
                %th Name
                %th.medium Version
                %th.medium Release
            %tbody
              - patterns.each do |pattern|
                %tr
                  %td= pattern.name
                  %td= pattern.version
                  %td= pattern.release

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
machinery-tool-1.16.1 html/partials/patterns.html.haml
machinery-tool-1.16.0 html/partials/patterns.html.haml
machinery-tool-1.15.0 html/partials/patterns.html.haml