mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-25 20:46:12 +10:00
8 lines
174 B
Plaintext
8 lines
174 B
Plaintext
= render "head"
|
|
#tree-holder= render :partial => "tree", :locals => {:repo => @repo, :commit => @commit, :tree => @tree}
|
|
|
|
:javascript
|
|
$(function() {
|
|
Tree.init();
|
|
});
|