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