Sha256: 710d7e03bc2cf3e4be45db80a01b1abddae3d8611aaef09e7dbd99ab4e4e6673

Contents?: true

Size: 481 Bytes

Versions: 12

Compression:

Stored size: 481 Bytes

Contents

- title :changes_of.t(page: page.title)
h1= title
table
  tbody
    tr
      td= :version.t
      td.version= @version
    tr
      td= :comment.t
      td= @version.comment
    tr
      td= :author.t
      td= @version.author.name
    tr
      td= :date.t
      td= date @version.date
    tr
      td= :parents.t
      td.version
        - @version.parents.each do |parent|
          a href=build_path(parent, action: :changes) = Olelo::Version.short(parent)
= format_diff(@diff)

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
olelo-0.9.15 plugins/history/changes.slim
olelo-0.9.14 plugins/history/changes.slim
olelo-0.9.13 plugins/history/changes.slim
olelo-0.9.12 plugins/history/changes.slim
olelo-0.9.11 plugins/history/changes.slim
olelo-0.9.10 plugins/history/changes.slim
olelo-0.9.9 plugins/history/changes.slim
olelo-0.9.8 views/changes.slim
olelo-0.9.7 views/changes.slim
olelo-0.9.6 views/changes.slim
olelo-0.9.5 views/changes.slim
olelo-0.9.4 views/changes.slim