diff --git a/app/helpers/commits_helper.rb b/app/helpers/commits_helper.rb index d097c2712eb..cf1395f20da 100644 --- a/app/helpers/commits_helper.rb +++ b/app/helpers/commits_helper.rb @@ -67,7 +67,7 @@ module CommitsHelper line_new = line.match(/\+[0-9]*/)[0].to_i.abs rescue 0 next if line_old == 1 && line_new == 1 - yield(line, type, nil, nil, nil) + yield(full_line, type, nil, nil, nil) next else type = diff_line_class(line)