Sha256: cafb7fbeb4b8bc9004db90f6a1e0e2111bb5c1c134bcfa092cd2e24c6924150a

Contents?: true

Size: 545 Bytes

Versions: 16

Compression:

Stored size: 545 Bytes

Contents

.diffs
  - @data.each do |type, diffs|
    %button.btn.btn-default{ type: :button,
    data: { toggle: :collapse, target: "##{t("css.#{type}-diff")}" },
    aria: { expanded: 'false', controls: t("css.#{type}-diff") },
    class: "#{t("css.#{type}-diff")}-btn" }
      = t("labels.buttons.#{type}-diff")

    .collapse{ class: t("css.#{type}-diff"), id: t("css.#{type}-diff") }
      %ol
        - diffs.each do |diff|
          - present type, *diff, :diff do |presenter|
            %li
              %pre
                = presenter.to_view

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
flexite-0.0.23 app/views/flexite/diffs/_diff.html.haml
flexite-0.0.22 app/views/flexite/diffs/_diff.html.haml
flexite-0.0.21 app/views/flexite/diffs/_diff.html.haml
flexite-0.0.20 app/views/flexite/diffs/_diff.html.haml
flexite-0.0.19 app/views/flexite/diffs/_diff.html.haml
flexite-0.0.18 app/views/flexite/diffs/_diff.html.haml
flexite-0.0.17 app/views/flexite/diffs/_diff.html.haml
flexite-0.0.16 app/views/flexite/diffs/_diff.html.haml
flexite-0.0.15 app/views/flexite/diffs/_diff.html.haml
flexite-0.0.14 app/views/flexite/diffs/_diff.html.haml
flexite-0.0.13 app/views/flexite/diffs/_diff.html.haml
flexite-0.0.12 app/views/flexite/diffs/_diff.html.haml
flexite-0.0.11 app/views/flexite/diffs/_diff.html.haml
flexite-0.0.10 app/views/flexite/diffs/_diff.html.haml
flexite-0.0.9 app/views/flexite/diffs/_diff.html.haml
flexite-0.0.8 app/views/flexite/diffs/_diff.html.haml