BranchGraph now loads async
Centralized keyboard and drag events for BranchGraph
This commit is contained in:
parent
40576b8709
commit
e1282d507f
6 changed files with 123 additions and 95 deletions
|
@ -28,7 +28,7 @@ module Gitlab
|
|||
h[:refs] = refs.collect{|r|r.name}.join(" ") unless refs.nil?
|
||||
h[:id] = sha
|
||||
h[:date] = date
|
||||
h[:message] = escape_once(message)
|
||||
h[:message] = message
|
||||
h[:login] = author.email
|
||||
h
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue