14 lines
310 B
Text
14 lines
310 B
Text
%h3.page_title Project Network Graph
|
|
%br
|
|
.graph_holder
|
|
%h4
|
|
%small You can move around the graph by using arrow keys.
|
|
#holder.graph
|
|
:javascript
|
|
var chunk1={commits:#{@commits_json}};
|
|
var days=#{@days_json};
|
|
initGraph();
|
|
$(function(){
|
|
branchGraph($("#holder")[0]);
|
|
GraphNav.init();
|
|
});
|