Sha256: 70a77eb7a24011cb8742e05be5b4469f0fa8a11904ce385b3794edcaeff977c5

Contents?: true

Size: 1.11 KB

Versions: 2

Compression:

Stored size: 1.11 KB

Contents

- if @diff["os"]
  %a.scope_anchor{ id: "os" }
    .scope#os_container
      .row
        .col-xs-1
          %a{ href: "#os" }
            %img.over.scope_logo_big{ :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
      .row.scope_content.collapse.in
        .row
          .col-xs-1
          .col-xs-5.table_container
            - if @diff["os"].only_in1
              = only_in_a
              = render_partial "compare/os_table", os: @diff["os"].only_in1
          .col-xs-1
          .col-xs-5.table_container
            - if @diff["os"].only_in2
              = only_in_b
              = render_partial "compare/os_table", os: @diff["os"].only_in2
        - if @diff["os"].common
          .row.scope_common_content
            .col-xs-1
            .col-xs-11.table_container.collapse.in
              = in_both
              = render_partial "compare/os_table", os: @diff["os"].common

Version data entries

2 entries across 2 versions & 1 rubygems

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