summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLin Jen-Shin <godfat@godfat.org>2019-01-30 01:50:30 +0800
committerLin Jen-Shin <godfat@godfat.org>2019-01-30 01:50:30 +0800
commit9ecba9228f7a477adea58c21664c873ed241aaf3 (patch)
tree94ca115623d845402c41d52b52fcef26eb0bb33f
parent2d24dca485f57f3f7ecf0da0cbf07a566d90a98c (diff)
downloadgitlab-ce-9ecba9228f7a477adea58c21664c873ed241aaf3.tar.gz
Port changes from EE. Remove unused class
-rw-r--r--app/views/projects/deploy_keys/_index.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/deploy_keys/_index.html.haml b/app/views/projects/deploy_keys/_index.html.haml
index 062aa423bde..24d665761cc 100644
--- a/app/views/projects/deploy_keys/_index.html.haml
+++ b/app/views/projects/deploy_keys/_index.html.haml
@@ -3,7 +3,7 @@
.settings-header
%h4
Deploy Keys
- %button.btn.js-settings-toggle.qa-expand-deploy-keys{ type: 'button' }
+ %button.btn.js-settings-toggle{ type: 'button' }
= expanded ? 'Collapse' : 'Expand'
%p
Deploy keys allow read-only or read-write (if enabled) access to your repository. Deploy keys can be used for CI, staging or production servers. You can create a deploy key or add an existing one.