gitlab-org--gitlab-foss/app/views/projects/graph.html.haml

15 lines
309 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]);
initGraphNav();
});