6a58deb536
* .page_title class added. Used for better page headers * improved help page * added back links for help pages * show app version & revision on help page Backend changes: * Gitab::Version && Gitlab::Revision constants
15 lines
309 B
Plaintext
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();
|
|
});
|