Sha256: c04382951047baa6f60064c562e7f9d42427ca4f324703b3ff9aec67b0333330

Contents?: true

Size: 791 Bytes

Versions: 2

Compression:

Stored size: 791 Bytes

Contents

- if os
  %div
    %a.scope_anchor{ :id => "os" }
    .scope#os_container
      .row
        .col-xs-1
          %img.scope_logo_big.over{ "src" => "assets/logo-os.png", "data-toggle" => "popover",
            "title" => "Operating System", "data-content" => scope_help('os') }
          %span.toggle{ title: "Collapse/Expand" }
        .col-xs-11
          %h2
            Operating System
            .scope-summary
              = scope_meta_info("os")
        .col-xs-1
        .col-xs-3.scope_content.collapse.in
          %table.table.table-striped.table-condensed
            %tr
              %th Name
              %td= os.name
            %tr
              %th Version
              %td= os.version
            %tr
              %th Architecture
              %td= os.architecture

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
machinery-tool-1.14.2 html/partials/os.html.haml
machinery-tool-1.14.1 html/partials/os.html.haml