diff options
Diffstat (limited to 'app/views/tree/show.js.haml')
| -rw-r--r-- | app/views/tree/show.js.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/tree/show.js.haml b/app/views/tree/show.js.haml index 3d0215ff51f..174e3e03a52 100644 --- a/app/views/tree/show.js.haml +++ b/app/views/tree/show.js.haml @@ -1,6 +1,6 @@ :plain // Load Files list - $("#tree-holder").html("#{escape_javascript(render(partial: "tree", locals: {repo: @repo, commit: @commit, tree: @tree}))}"); + $("#tree-holder").html("#{escape_javascript(render(partial: "tree", locals: {commit: @commit, tree: @tree}))}"); $("#tree-content-holder").show("slide", { direction: "right" }, 150); $('.project-refs-form #path').val("#{@path}"); |
