gitlabhq/app/views/refs/tree.html.haml
Dmitriy Zaporozhets faf7c79eb2 lil js refactoring
2011-12-12 20:08:04 +02:00

7 lines
159 B
Plaintext

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