Sha256: a5d55f13c46cc93c2c4f3b41742e0fbc5d5d36eff0a934cf0668fc85e1ee4598

Contents?: true

Size: 487 Bytes

Versions: 4

Compression:

Stored size: 487 Bytes

Contents

- title "History for #{@page.title}"
= 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

4 entries across 4 versions & 1 rubygems

Version Path
tawork-0.0.36 app/views/wiki/pages/history.html.haml
tawork-0.0.35 app/views/wiki/pages/history.html.haml
tawork-0.0.34 app/views/wiki/pages/history.html.haml
tawork-0.0.33 app/views/wiki/pages/history.html.haml