gitlabhq/app/views/tree/show.html.haml

8 lines
146 B
Text
Raw Normal View History

2012-05-17 19:11:45 +03:00
= render "head"
#tree-holder= render partial: "tree", locals: {commit: @commit, tree: @tree}
2011-12-12 20:08:04 +02:00
:javascript
$(function() {
2011-12-12 20:08:04 +02:00
Tree.init();
});