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

8 lines
159 B
Plaintext
Raw Normal View History

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