Sha256: b5c018e2f69706064c9073f838abc71e20cd45351eec7ee29d17836261b53abf
Contents?: true
Size: 482 Bytes
Versions: 5
Compression:
Stored size: 482 Bytes
Contents
h1 | Changes small< = @path a href=url('/h/' + @path) == "#{octicon(:'arrow-left')} back to History" p.lead | Showing Changes from a.removal<> href=url("/#{@path}?at=#{@from}") = @from | to a.addition< href=url("/#{@path}?at=#{@to}") = @to - @diff.each do |diff| table.diff thead tr th colspan="2" = diff[:start] tbody - diff[:lines].each do |line| tr class=class_for_diff(line) td = line[0] td = line[1..-1]
Version data entries
5 entries across 5 versions & 1 rubygems