summaryrefslogtreecommitdiff
path: root/app/views/projects/blob/_header.html.haml
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2018-03-20 17:00:56 +0000
committerPhil Hughes <me@iamphill.com>2018-03-20 17:00:56 +0000
commitedf2060c6d91db079e30ed56178be2eabc352132 (patch)
treea1506175b8b88a5474fdf1e5f7d0922f83feaa4a /app/views/projects/blob/_header.html.haml
parent2467852ccefaf8af961f54cd601f6f322dfad6c4 (diff)
downloadgitlab-ce-edf2060c6d91db079e30ed56178be2eabc352132.tar.gz
fixed ide_edit_button not existingmake-ide-ce
Diffstat (limited to 'app/views/projects/blob/_header.html.haml')
-rw-r--r--app/views/projects/blob/_header.html.haml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/projects/blob/_header.html.haml b/app/views/projects/blob/_header.html.haml
index f93bb02acb9..1b150ec3e5c 100644
--- a/app/views/projects/blob/_header.html.haml
+++ b/app/views/projects/blob/_header.html.haml
@@ -12,6 +12,7 @@
.btn-group{ role: "group" }<
= edit_blob_button
+ = ide_edit_button
- if current_user
= replace_blob_link
= delete_blob_link