summaryrefslogtreecommitdiff
path: root/app/views/projects/tree/_tree_header.html.haml
diff options
context:
space:
mode:
authorJames Lopez <james@jameslopez.es>2018-02-23 16:52:18 +0100
committerJames Lopez <james@jameslopez.es>2018-02-23 16:52:18 +0100
commitc888e73bc6bf7c89c551a45e579a3b319d435d21 (patch)
tree3e14e77b86bdd49b6952ca9afabca786316ad9d3 /app/views/projects/tree/_tree_header.html.haml
parent73c4c995f90ab84ff1a3cff24d2cb189003f54a0 (diff)
downloadgitlab-ce-c888e73bc6bf7c89c551a45e579a3b319d435d21.tar.gz
Diffstat (limited to 'app/views/projects/tree/_tree_header.html.haml')
-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 ff3928552af..39511435508 100644
--- a/app/views/projects/tree/_tree_header.html.haml
+++ b/app/views/projects/tree/_tree_header.html.haml
@@ -74,7 +74,7 @@
.tree-controls
- if show_new_ide?
= succeed " " do
- = link_to "#{ide_path}/project#{edit_blob_path(@project, @id, @path, {})}", class: 'btn btn-default' 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'