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