Sha256: 834ad6223254096798040075aaf3562297bb7f40b3ee4aa3cf8097e679caf2e8

Contents?: true

Size: 1.1 KB

Versions: 10

Compression:

Stored size: 1.1 KB

Contents

- if @diff["os"]
  - scope = "os"
  %a.scope_anchor{ id: scope }
    .scope#os_container
      .row
        .col-xs-1
          %a.btn.btn-default.btn-lg.scope_logo_big{ :href => "##{scope}",
            :title => scope_title(scope), "data-toggle"=>"popover",
            "data-content" => scope_help(scope) }
            %span= scope_initials(scope)
          %span.toggle{ title: "Collapse/Expand" }
        .col-xs-11
          %h2
            Operating System
      .row.scope_content.collapse.in
        .col-md-12
          .row
            .col-md-6.table_container
              - if @diff["os"].only_in1
                = only_in_a
                = render_partial "compare/os_table", os: @diff["os"].only_in1
            .col-md-6.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-md-12.table_container.collapse.in
                = in_both
                = render_partial "compare/os_table", os: @diff["os"].common

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
machinery-tool-1.20.0 html/partials/compare/os.html.haml
machinery-tool-1.19.0 html/partials/compare/os.html.haml
machinery-tool-1.18.0 html/partials/compare/os.html.haml
machinery-tool-1.17.0 html/partials/compare/os.html.haml
machinery-tool-1.16.4 html/partials/compare/os.html.haml
machinery-tool-1.16.3 html/partials/compare/os.html.haml
machinery-tool-1.16.2 html/partials/compare/os.html.haml
machinery-tool-1.16.1 html/partials/compare/os.html.haml
machinery-tool-1.16.0 html/partials/compare/os.html.haml
machinery-tool-1.15.0 html/partials/compare/os.html.haml