summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2019-06-27 10:28:58 +0100
committerFilipa Lacerda <filipa@gitlab.com>2019-06-27 10:28:58 +0100
commitdbbeb81e7bb9e868e3bba4301870438dd89f7fa0 (patch)
tree5de41b88ef9c75899fdec9ffed4eb812c8cbd9fb
parentab0c3e086f5c0fc3eeb1335bbe4c8de02676dc16 (diff)
downloadgitlab-ce-6360-tree-header.tar.gz
Removes EE differences6360-tree-header
-rw-r--r--app/views/projects/tree/_tree_header.html.haml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/projects/tree/_tree_header.html.haml b/app/views/projects/tree/_tree_header.html.haml
index ea6349f2f57..1d0bc588c9c 100644
--- a/app/views/projects/tree/_tree_header.html.haml
+++ b/app/views/projects/tree/_tree_header.html.haml
@@ -76,6 +76,7 @@
#{ _('New tag') }
.tree-controls
+ = render_if_exists 'projects/tree/lock_link'
= link_to s_('Commits|History'), project_commits_path(@project, @id), class: 'btn'
= render 'projects/find_file_link'