Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Zallmann <tzallmann@gitlab.com>2018-03-05 12:11:41 +0300
committerTim Zallmann <tzallmann@gitlab.com>2018-03-05 12:11:41 +0300
commit67feb7cd42e439e754d64fce646d8d9fb99a0ad8 (patch)
tree44bcee4bda6dfbc8ccbc5ff09acb1fb0bda1787b /app/views/projects
parentc6764bdc2abcc8c63d4018fe2471af1f50e37df9 (diff)
parent9a2d9290c946364706ebfc2bca7c1e786ba752e8 (diff)
Merge branch 'remove-ide' into 'master'
Remove IDE from CE See merge request gitlab-org/gitlab-ce!17458
Diffstat (limited to 'app/views/projects')
-rw-r--r--app/views/projects/blob/_header.html.haml1
-rw-r--r--app/views/projects/tree/_tree_header.html.haml5
2 files changed, 0 insertions, 6 deletions
diff --git a/app/views/projects/blob/_header.html.haml b/app/views/projects/blob/_header.html.haml
index 1b150ec3e5c..f93bb02acb9 100644
--- a/app/views/projects/blob/_header.html.haml
+++ b/app/views/projects/blob/_header.html.haml
@@ -12,7 +12,6 @@
.btn-group{ role: "group" }<
= edit_blob_button
- = ide_edit_button
- if current_user
= replace_blob_link
= delete_blob_link
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'