summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouglas Barbosa Alexandre <dbalexandre@gmail.com>2019-01-30 13:16:52 +0000
committerDouglas Barbosa Alexandre <dbalexandre@gmail.com>2019-01-30 13:16:52 +0000
commit07f9693f0d3831365cbb20790993e225bfd004a2 (patch)
treea6af3404c4dfdd8ea9f3f1214abce882f60e6368
parent4c2096b46a8e3674b4b7a0d1bb9cff46d3216fe8 (diff)
parent9ecba9228f7a477adea58c21664c873ed241aaf3 (diff)
downloadgitlab-ce-07f9693f0d3831365cbb20790993e225bfd004a2.tar.gz
Merge branch 'ce-6102-extract-ee-specific-files-lines-for-some-project-ci-views' into 'master'
CE: Resolve "Extract EE specific files/lines for some project CI views" See merge request gitlab-org/gitlab-ce!24774
-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.