improved diff, restyled login page
This commit is contained in:
parent
cc1ba255d6
commit
9511ec846d
5 changed files with 13 additions and 4 deletions
|
@ -65,7 +65,7 @@ module CommitsHelper
|
|||
line_old = line.match(/\-[0-9]*/)[0].to_i.abs rescue 0
|
||||
line_new = line.match(/\+[0-9]*/)[0].to_i.abs rescue 0
|
||||
|
||||
yield(nil, type, nil, nil, nil)
|
||||
yield(line, type, nil, nil, nil)
|
||||
next
|
||||
else
|
||||
type = diff_line_class(line)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue