Commit b897cc63 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Fix 500 error on diff if file permission changed

parent e586ee34
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
- else - else
%span= diff_file.new_path %span= diff_file.new_path
- if diff_file.mode_changed? - if diff_file.mode_changed?
%span.file-mode= "#{diff.a_mode}#{diff.b_mode}" %span.file-mode= "#{diff_file.diff.a_mode}#{diff_file.diff.b_mode}"
.diff-btn-group .diff-btn-group
- unless params[:view] == 'parallel' - unless params[:view] == 'parallel'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment