gitlabhq/app/views/refs/tree.html.haml
Dmitriy Zaporozhets 8ee6d21fa1 lil js refactoring
2011-12-13 13:20:45 -05:00

7 lines
159 B
Plaintext

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