Commit, network graph refactoring
This commit is contained in:
parent
1b2fba08fe
commit
a031813887
14 changed files with 125 additions and 97 deletions
|
@ -10,6 +10,6 @@
|
|||
.right
|
||||
- klass = update.class.to_s.split("::").last.downcase
|
||||
%span.tag{ :class => klass }= klass
|
||||
- if update.kind_of?(Grit::Commit)
|
||||
- if update.kind_of?(Commit)
|
||||
%span.tag.commit= update.head.name
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue