diff options
Diffstat (limited to 'app/views/tree/show.html.haml')
-rw-r--r-- | app/views/tree/show.html.haml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/app/views/tree/show.html.haml b/app/views/tree/show.html.haml new file mode 100644 index 00000000000..d95f90e0b54 --- /dev/null +++ b/app/views/tree/show.html.haml @@ -0,0 +1,7 @@ += render "head" +#tree-holder= render partial: "tree", locals: {commit: @commit, tree: @tree} + +:javascript + $(function() { + Tree.init(); + }); |