2012-10-10 20:16:47 +01:00
|
|
|
.file
|
|
|
|
%a{:name => "diff-#{diff_counter}"}
|
|
|
|
.top
|
|
|
|
.l= h((diff.deleted_file ? diff.a_path : diff.b_path).rtruncate 100)
|
|
|
|
.clear
|
2012-10-18 13:51:28 +01:00
|
|
|
.diff_data.highlight= render_diff(diff, :diff_counter => diff_counter, :in_wiki => true)
|
|
|
|
|