fix mistype

This commit is contained in:
Alexander Machehin 2014-10-08 21:10:46 +06:00
parent 5318546107
commit eb607d0a26
1 changed files with 1 additions and 1 deletions

View File

@ -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)