diff options
| author | Tim Zallmann <tzallmann@gitlab.com> | 2018-05-23 09:36:41 +0000 |
|---|---|---|
| committer | Douwe Maan <douwe@gitlab.com> | 2018-05-23 09:36:41 +0000 |
| commit | 8056a77d3ec9d3b4b1fd75211d6bc59fa1c65103 (patch) | |
| tree | 6db59d14fc31cef143c1d49e7cdbc7a3133697b3 /app/views/projects/tree | |
| parent | 3a3f542db6dd1a406f341cb59b18d9af7956e9fd (diff) | |
| download | gitlab-ce-8056a77d3ec9d3b4b1fd75211d6bc59fa1c65103.tar.gz | |
Resolve "Web IDE doesn't work for branches with slashes"
Diffstat (limited to 'app/views/projects/tree')
| -rw-r--r-- | app/views/projects/tree/_tree_header.html.haml | 2 |
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 8587d3b0c0d..fc8ebfa1fb1 100644 --- a/app/views/projects/tree/_tree_header.html.haml +++ b/app/views/projects/tree/_tree_header.html.haml @@ -82,7 +82,7 @@ - if can_collaborate = succeed " " do - = link_to ide_edit_path(@project, @id, ""), class: 'btn btn-default' do + = link_to ide_edit_path(@project, @ref, @path), class: 'btn btn-default' do = _('Web IDE') = render 'projects/buttons/download', project: @project, ref: @ref |
