summaryrefslogtreecommitdiff
path: root/app/views/projects/tree
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-10-23 14:01:22 +0100
committerPhil Hughes <me@iamphill.com>2017-10-23 14:01:22 +0100
commitc147bccc45dc1a47b17a18d14169606470833d02 (patch)
tree8641047561219255d76d422f0e8b02ac7eb29e57 /app/views/projects/tree
parent133e66d22d7b4ea26af17eb50a69e09f4210f737 (diff)
parent9931ef4a8a9fa9544729fe39cb3572d278819c8d (diff)
downloadgitlab-ce-c147bccc45dc1a47b17a18d14169606470833d02.tar.gz
Merge branch 'master' into ph-multi-file-editor-new-file-folder-dropdownph-multi-file-editor-new-file-folder-dropdown
Diffstat (limited to 'app/views/projects/tree')
-rw-r--r--app/views/projects/tree/_tree_header.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/tree/_tree_header.html.haml b/app/views/projects/tree/_tree_header.html.haml
index df58e257a4e..7ea19e6c828 100644
--- a/app/views/projects/tree/_tree_header.html.haml
+++ b/app/views/projects/tree/_tree_header.html.haml
@@ -1,6 +1,6 @@
.tree-ref-container
.tree-ref-holder
- = render 'shared/ref_switcher', destination: 'tree', path: @path
+ = render 'shared/ref_switcher', destination: 'tree', path: @path, show_create: true
- if show_new_repo?
.js-new-dropdown