Sha256: b5ba32a32e410ab559e2bdd163809a99d9795170a977b77cc42ff5366e7e66f4

Contents?: true

Size: 838 Bytes

Versions: 18

Compression:

Stored size: 838 Bytes

Contents

.scope-summary
  - if @diff[scope].only_in1 && @diff[scope].only_in1.length > 0
    %span.summary-part
      #{@description_a.name}: #{pluralize_scope(@diff[scope].only_in1, singular, plural)}
  - if @diff[scope].only_in2 && @diff[scope].only_in2.length > 0
    %span.summary-part
      #{@description_b.name}: #{pluralize_scope(@diff[scope].only_in2, singular, plural)}
  - if @diff[scope].changed && @diff[scope].changed.length > 0
    %span.summary-part
      %a.show-changed-elements{ href: "#" + scope + "_changed" }
        changed
      = ": #{pluralize_scope(@diff[scope].changed, singular, plural)}"
  - if @diff[scope].common && @diff[scope].common.length > 0
    %span.summary-part
      %a.show-common-elements{ href: "#" + scope + "_both" }<
        both
      = ": #{pluralize_scope(@diff[scope].common, singular, plural)}"

Version data entries

18 entries across 18 versions & 1 rubygems

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