Child: [068ad2] (diff)

Download this file

commit_browser.html    11 lines (11 with data), 532 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
<div id="graph_holder" class="grid-19">
<canvas id="commit_highlighter" width="750" height="300"></canvas>
<canvas id="commit_graph" width="750" height="300"></canvas>
</div>
<div id="commit_view" class="grid-19"><em>Select a commit to view details about it.</em></div>
<script type="text/javascript">
var tree = {{built_tree|safe}};
var max_row = {{max_row}};
var next_column = {{next_column}};
</script>
<!--[if IE]><script type="text/javascript" src="{{g.forge_static('js/excanvas.compiled.js')}}"></script><![endif]-->