gitlabhq/app/views/projects/graph.html.haml
2012-10-19 03:41:10 -07:00

15 lines
310 B
Plaintext

%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();
});