fix mistype
This commit is contained in:
parent
5318546107
commit
eb607d0a26
|
@ -16,7 +16,7 @@
|
|||
%span.diff-image
|
||||
%img{ src: "data:#{blob.mime_type};base64,#{Base64.encode64(blob.data)}",
|
||||
style: 'max-width: 600px;' }
|
||||
- else !blob.binary?
|
||||
- elsif !blob.binary?
|
||||
- if (@project.repo.tree(commit_id) / commit_diff.b_path).nil?
|
||||
="a_path=#{commit_diff.a_path}; b_path=#{commit_diff.b_path}"
|
||||
.diff_data=render_diff(commit_diff, diff_counter: commit_diff_counter, comments: @comments)
|
||||
|
|
Loading…
Reference in New Issue