rosa-build/app/views/wiki/_diff_data.html.haml

4 lines
137 B
Plaintext
Raw Normal View History

.blob_header
2012-02-14 14:54:18 +00:00
.size= h(diff.deleted_file ? diff.a_path : diff.b_path).encode_to_default
.clear
.diff_data.highlight= render_diff(diff)