Sha256: e9a08f4797f1ab6c31292a116e049428f46f657bb62b51be901dd0bb9715cca9
Contents?: true
Size: 1.75 KB
Versions: 10
Compression:
Stored size: 1.75 KB
Contents
- if @diff["groups"] - scope = "groups" %a.scope_anchor{ id: scope } .scope#groups_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 Groups = render_partial "compare/summary", scope: "groups", singular: "group", plural: "groups" .row.scope_content.collapse.in .col-md-12 .row .col-md-6.table_container - if @diff["groups"].only_in1 = only_in_a = render_partial "compare/group_list", list: @diff["groups"].only_in1 .col-md-6.table_container - if @diff["groups"].only_in2 = only_in_b = render_partial "compare/group_list", list: @diff["groups"].only_in2 - if @diff["groups"].changed %a.both_anchor{ id: "groups_changed" } .row .col-md-12.table_container = changed = render_partial "compare/changes", changes: changed_elements("groups", key: "name") - if @diff["groups"].common %a.both_anchor{ id: "groups_both" } .row .col-md-12 %a.show-common-elements{ href: "#groups_both" } Show common elements in groups %a.hide-common-elements{ href: "#", style: "display: none" } Hide common elements in groups .row.scope_common_content.collapse .col-md-12.table_container = in_both = render_partial "compare/group_list", list: @diff["groups"].common
Version data entries
10 entries across 10 versions & 1 rubygems