summaryrefslogtreecommitdiff
path: root/app/views/projects/tree
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2018-03-01 15:05:25 +0000
committerPhil Hughes <me@iamphill.com>2018-03-02 08:42:03 +0000
commit148cc3c21b7e7132111244cd9908a4bcbbb0891b (patch)
tree666b1c3fc8f6e79527491da5da57ec7a68062342 /app/views/projects/tree
parent4927cb75e6ab82500b3d055f35ea621483c224fe (diff)
downloadgitlab-ce-148cc3c21b7e7132111244cd9908a4bcbbb0891b.tar.gz
removed helper methods
Diffstat (limited to 'app/views/projects/tree')
-rw-r--r--app/views/projects/tree/_tree_header.html.haml5
1 files changed, 0 insertions, 5 deletions
diff --git a/app/views/projects/tree/_tree_header.html.haml b/app/views/projects/tree/_tree_header.html.haml
index 39511435508..06bce52e709 100644
--- a/app/views/projects/tree/_tree_header.html.haml
+++ b/app/views/projects/tree/_tree_header.html.haml
@@ -72,11 +72,6 @@
#{ _('New tag') }
.tree-controls
- - if show_new_ide?
- = succeed " " do
- = link_to ide_edit_path(@project, @id), class: 'btn btn-default' do
- = _('Web IDE')
-
= link_to s_('Commits|History'), project_commits_path(@project, @id), class: 'btn'
= render 'projects/find_file_link'