gitlabhq/app/views/tree/show.html.haml
2012-09-26 16:32:22 -04:00

8 lines
146 B
Plaintext

= render "head"
#tree-holder= render partial: "tree", locals: {commit: @commit, tree: @tree}
:javascript
$(function() {
Tree.init();
});