gitlabhq/app/views/refs/tree.html.haml
2012-06-04 01:37:27 +03:00

8 lines
174 B
Plaintext

= render "head"
#tree-holder= render :partial => "tree", :locals => {:repo => @repo, :commit => @commit, :tree => @tree}
:javascript
$(function() {
Tree.init();
});