2011-04-01 04:44:21 +01:00
|
|
|
.block
|
|
|
|
.content
|
|
|
|
.inner
|
|
|
|
|
|
|
|
%a{ :name => h(commit_diff.a_path) }
|
|
|
|
|
|
|
|
.blob_header
|
|
|
|
.size= h(commit_diff.a_path)
|
|
|
|
- if commit_diff.b_path.present?
|
|
|
|
.buttons
|
2011-10-24 11:19:04 +01:00
|
|
|
= link_to("view file @ #{short_hash_id(@commit.id)}", blob_commit_path(@project, @commit.id, commit_diff.b_path))
|
2011-04-01 04:44:21 +01:00
|
|
|
.clear
|
|
|
|
|
|
|
|
.diff_data
|
|
|
|
= render_diff(commit_diff)
|