Mercurial > hg > soundsoftware-site
comparison app/views/repositories/_revision_graph.html.erb @ 909:cbb26bc654de redmine-1.3
Update to Redmine 1.3-stable branch (Redmine SVN rev 8964)
author | Chris Cannam |
---|---|
date | Fri, 24 Feb 2012 19:09:32 +0000 |
parents | |
children | 433d4f72a19b |
comparison
equal
deleted
inserted
replaced
908:c6c2cbd0afee | 909:cbb26bc654de |
---|---|
1 <%= javascript_include_tag "raphael.js" %> | |
2 <script type="text/javascript" charset="utf-8"> | |
3 var chunk = {commits:<%= commits.values.to_json %>} | |
4 </script> | |
5 <%= javascript_include_tag "revision_graph.js" %> | |
6 | |
7 <script type="text/javascript"> | |
8 Event.observe(window,"load", function(){ | |
9 branchGraph(document.getElementById("holder")); | |
10 }) | |
11 </script> | |
12 | |
13 <div id="holder" class="graph"></div> |