7754189187
Didn't bother with files in db/, config/, or features/
8 lines
159 B
Plaintext
8 lines
159 B
Plaintext
= render "head"
|
|
#tree-holder= render partial: "tree", locals: {repo: @repo, commit: @commit, tree: @tree}
|
|
|
|
:javascript
|
|
$(function() {
|
|
Tree.init();
|
|
});
|