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

7 lines
159 B
Plaintext
Raw Normal View History

2011-11-16 05:38:53 +00:00
#tree-holder= render :partial => "tree", :locals => {:repo => @repo, :commit => @commit, :tree => @tree}
2011-12-12 18:08:04 +00:00
:javascript
$(function() {
Tree.init();
});