Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Lopez <james@jameslopez.es>2018-02-15 10:53:09 +0300
committerJames Lopez <james@jameslopez.es>2018-02-23 16:02:39 +0300
commitbee837d7b5025a2e170dc0c857b188b4d89c014f (patch)
tree0bc6edab20604576ea65410806a2eb57d4d43616 /app/views/projects/blob/_header.html.haml
parentf13609663912e940e860b8f7b5e8aa98c99800e9 (diff)
some initial refactoring
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 2a77dedd9a2..da0c0ed6cb4 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_link
- = ide_blob_link
+ = edit_blob_element
+ = ide_edit_element
- if current_user
= replace_blob_link
= delete_blob_link