summaryrefslogtreecommitdiff
path: root/app/views/projects/blob/_header.html.haml
diff options
context:
space:
mode:
authorJames Lopez <james@jameslopez.es>2018-02-22 13:54:19 +0100
committerJames Lopez <james@jameslopez.es>2018-02-23 14:02:40 +0100
commit0767861bcdc62cedf374c6a4b53d8526efb4ff58 (patch)
tree3e6d866497ba45ac0cafcbf3963cf7f6979b4dfd /app/views/projects/blob/_header.html.haml
parent228b757d29a141c4fda0e7c4be75784a6cefe427 (diff)
downloadgitlab-ce-0767861bcdc62cedf374c6a4b53d8526efb4ff58.tar.gz
refactor code based on feedback
Diffstat (limited to 'app/views/projects/blob/_header.html.haml')
-rw-r--r--app/views/projects/blob/_header.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/projects/blob/_header.html.haml b/app/views/projects/blob/_header.html.haml
index da0c0ed6cb4..1b150ec3e5c 100644
--- a/app/views/projects/blob/_header.html.haml
+++ b/app/views/projects/blob/_header.html.haml
@@ -11,8 +11,8 @@
= view_on_environment_button(@commit.sha, @path, @environment) if @environment
.btn-group{ role: "group" }<
- = edit_blob_element
- = ide_edit_element
+ = edit_blob_button
+ = ide_edit_button
- if current_user
= replace_blob_link
= delete_blob_link