Sha256: 842d6c11f975f675fe9bf7fb670d1a3bb1cc2d65b3456d2adaab045e141bba77

Contents?: true

Size: 343 Bytes

Versions: 14

Compression:

Stored size: 343 Bytes

Contents

- title "History for #{@page.title}"
= render 'breadcrumb', link_last: true

%h2 History

%table.table
  %tr
    %th Author
    %th Date
    %th
  - @page.versions.each do |version|
    %tr
      %td= version.author
      %td= version.authored_date.to_s(:long)
      %td= link_to "Compare", compare_wiki_page_path(@page, version: version.sha)

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
tawork-0.0.50 app/views/wiki/pages/history.html.haml
tawork-0.0.49 app/views/wiki/pages/history.html.haml
tawork-0.0.48 app/views/wiki/pages/history.html.haml
tawork-0.0.47 app/views/wiki/pages/history.html.haml
tawork-0.0.46 app/views/wiki/pages/history.html.haml
tawork-0.0.45 app/views/wiki/pages/history.html.haml
tawork-0.0.44 app/views/wiki/pages/history.html.haml
tawork-0.0.43 app/views/wiki/pages/history.html.haml
tawork-0.0.42 app/views/wiki/pages/history.html.haml
tawork-0.0.41 app/views/wiki/pages/history.html.haml
tawork-0.0.40 app/views/wiki/pages/history.html.haml
tawork-0.0.39 app/views/wiki/pages/history.html.haml
tawork-0.0.38 app/views/wiki/pages/history.html.haml
tawork-0.0.37 app/views/wiki/pages/history.html.haml