improved diff, restyled login page

This commit is contained in:
Dmitriy Zaporozhets 2012-02-12 00:29:16 +02:00
parent cc1ba255d6
commit 9511ec846d
5 changed files with 13 additions and 4 deletions

View file

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