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