diff options
author | Marcel Amirault <ravlen@gmail.com> | 2018-10-30 08:49:26 +0000 |
---|---|---|
committer | Grzegorz Bizon <grzegorz@gitlab.com> | 2018-10-30 08:49:26 +0000 |
commit | 14fc739c94907255f70fe5032059bcdc4aba1e34 (patch) | |
tree | 3098367838e91c7a70636c9c50c656fb458b58d2 /app/views/groups | |
parent | c71c1f03c78cb3362bbe2baaf49a8e3573c96d1a (diff) | |
download | gitlab-ce-14fc739c94907255f70fe5032059bcdc4aba1e34.tar.gz |
Renaming Secret Variables in the codebase
Diffstat (limited to 'app/views/groups')
-rw-r--r-- | app/views/groups/settings/ci_cd/show.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/groups/settings/ci_cd/show.html.haml b/app/views/groups/settings/ci_cd/show.html.haml index 647948c7dff..a5e6abdba52 100644 --- a/app/views/groups/settings/ci_cd/show.html.haml +++ b/app/views/groups/settings/ci_cd/show.html.haml @@ -3,7 +3,7 @@ - expanded = Rails.env.test? -%section.settings#secret-variables.no-animate{ class: ('expanded' if expanded) } +%section.settings#ci-variables.no-animate{ class: ('expanded' if expanded) } .settings-header %h4 = _('Variables') |