summaryrefslogtreecommitdiff
path: root/app/views/refs/tree.html.haml
blob: b48f7f917823418c897955756ee61b3bff33225a (plain)
1
2
3
4
5
6
7
= render "head"
#tree-holder= render :partial => "tree", :locals => {:repo => @repo, :commit => @commit, :tree => @tree}

:javascript
  $(function() {
    Tree.init();
  });