gitlab-org--gitlab-foss/app/views/refs/tree.html.haml

8 lines
174 B
Text
Raw Normal View History

2012-05-17 12:11:45 -04:00
= render "head"
2011-11-16 00:38:53 -05:00
#tree-holder= render :partial => "tree", :locals => {:repo => @repo, :commit => @commit, :tree => @tree}
2011-12-12 13:08:04 -05:00
:javascript
$(function() {
2011-12-12 13:08:04 -05:00
Tree.init();
});