Sha256: f7031a8915f0122af5f25d38b8613d594ffa5c25bfe9e26c0b3fe26a5a425070

Contents?: true

Size: 450 Bytes

Versions: 31

Compression:

Stored size: 450 Bytes

Contents

= render 'breadcrumb', link_last: true

%h2 History
- @page.versions.each do |version|
  .media
    - version.diffs.each do |diff|
      %a.pull-left{:href => "#"}
      .media-body
        %h4.media-heading Date: #{version.authored_date}

        - diffy = Diffy::Diff.new("", "")
        - diffy.instance_variable_set(:@diff, diff.diff)
        =raw Diffy::HtmlFormatter.new(diffy, highlight_words: true, include_plus_and_minus_in_html: true).to_s

Version data entries

31 entries across 31 versions & 1 rubygems

Version Path
tawork-0.0.31 app/views/wiki/pages/history.html.haml
tawork-0.0.30 app/views/wiki/pages/history.html.haml
tawork-0.0.29 app/views/wiki/pages/history.html.haml
tawork-0.0.28 app/views/wiki/pages/history.html.haml
tawork-0.0.27 app/views/wiki/pages/history.html.haml
tawork-0.0.26 app/views/wiki/pages/history.html.haml
tawork-0.0.25 app/views/wiki/pages/history.html.haml
tawork-0.0.24 app/views/wiki/pages/history.html.haml
tawork-0.0.23 app/views/wiki/pages/history.html.haml
tawork-0.0.22 app/views/wiki/pages/history.html.haml
tawork-0.0.21 app/views/wiki/pages/history.html.haml
tawork-0.0.20 app/views/wiki/pages/history.html.haml
tawork-0.0.19 app/views/wiki/pages/history.html.haml
tawork-0.0.18 app/views/wiki/pages/history.html.haml
tawork-0.0.17 app/views/wiki/pages/history.html.haml
tawork-0.0.16 app/views/wiki/pages/history.html.haml
tawork-0.0.15 app/views/wiki/pages/history.html.haml
tawork-0.0.14 app/views/wiki/pages/history.html.haml
tawork-0.0.13 app/views/wiki/pages/history.html.haml
tawork-0.0.12 app/views/wiki/pages/history.html.haml