summaryrefslogtreecommitdiff
path: root/app/views/refs/tree.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/refs/tree.html.haml')
-rw-r--r--app/views/refs/tree.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/refs/tree.html.haml b/app/views/refs/tree.html.haml
index b48f7f91782..181be6426d4 100644
--- a/app/views/refs/tree.html.haml
+++ b/app/views/refs/tree.html.haml
@@ -1,5 +1,5 @@
= render "head"
-#tree-holder= render :partial => "tree", :locals => {:repo => @repo, :commit => @commit, :tree => @tree}
+#tree-holder= render partial: "tree", locals: {repo: @repo, commit: @commit, tree: @tree}
:javascript
$(function() {