15 lines
298 B
Plaintext
15 lines
298 B
Plaintext
%h3 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]);
|
|
initGraphNav();
|
|
});
|