summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorTim Zallmann <tzallmann@gitlab.com>2018-03-21 16:25:42 +0000
committerTim Zallmann <tzallmann@gitlab.com>2018-03-21 16:25:42 +0000
commit6f71ed608239aff8a30115d33d9231ac57ecbb41 (patch)
tree925c62f83a12c63b05e8a42addcb492b75a19400 /app/views
parent294a9e98cfb50a1235581924b3139c7fca7aa2ad (diff)
parent724cca8d767a8a51ee4cfcfa730155dedc15c724 (diff)
downloadgitlab-ce-6f71ed608239aff8a30115d33d9231ac57ecbb41.tar.gz
Merge branch 'ide-folder-button-path' into 'master'
Fixes the web IDE link in tree list opening the wrong URL Closes #44477 See merge request gitlab-org/gitlab-ce!17900
Diffstat (limited to 'app/views')
-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 67613949b7d..5ef5e9c09a2 100644
--- a/app/views/projects/tree/_tree_header.html.haml
+++ b/app/views/projects/tree/_tree_header.html.haml
@@ -77,7 +77,7 @@
= render 'projects/find_file_link'
= succeed " " do
- = link_to ide_edit_path(@project, @id), class: 'btn btn-default' do
+ = link_to ide_edit_path(@project, @id, ""), class: 'btn btn-default' do
= _('Web IDE')
= render 'projects/buttons/download', project: @project, ref: @ref