summaryrefslogtreecommitdiff
path: root/app/views/projects/graph.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/graph.html.haml')
-rw-r--r--app/views/projects/graph.html.haml9
1 files changed, 9 insertions, 0 deletions
diff --git a/app/views/projects/graph.html.haml b/app/views/projects/graph.html.haml
new file mode 100644
index 00000000000..b5f6921d407
--- /dev/null
+++ b/app/views/projects/graph.html.haml
@@ -0,0 +1,9 @@
+#holder.graph
+
+:javascript
+ var chunk1={commits:#{@commits_json}};
+ var days=#{@days_json};
+ initGraph();
+ $(function(){
+ branchGraph($("#holder")[0]);
+ });