gitlab-org--gitlab-foss/app/views/refs/tree.html.haml

8 lines
174 B
Plaintext

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