Files
gitlabhq/app/views/refs/tree.html.haml
T

7 lines
159 B
Plaintext

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