Sha256: 2273f2d7931b4a881261ab0e1aeaa90b4a2e6a027277e6af9f1d620767b07f23
Contents?: true
Size: 487 Bytes
Versions: 4
Compression:
Stored size: 487 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
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
olelo-0.9.3 | views/changes.slim |
olelo-0.9.2 | views/changes.slim |
olelo-0.9.1 | views/changes.slim |
olelo-0.9.0 | views/changes.slim |