Sha256: c72db2e30464d4b485a6c3b47d7b99a87e8a58c8f4b038b9648daae232641d9d

Contents?: true

Size: 389 Bytes

Versions: 7

Compression:

Stored size: 389 Bytes

Contents

- title :compare.t(name: page.title, from: @diff.from.short, to: @diff.to.short)
= define_block :from do
  a.version href=build_path(page, version: @diff.from) = @diff.from.short
= define_block :to do
  a.version href=build_path(page, version: @diff.to) = @diff.to.short
h1== :compare.t(name: escape_html(page.title), from: render_block(:from), to: render_block(:to))
= format_diff(@diff)

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
olelo-0.9.15 plugins/history/compare.slim
olelo-0.9.14 plugins/history/compare.slim
olelo-0.9.13 plugins/history/compare.slim
olelo-0.9.12 plugins/history/compare.slim
olelo-0.9.11 plugins/history/compare.slim
olelo-0.9.10 plugins/history/compare.slim
olelo-0.9.9 plugins/history/compare.slim