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:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-08-15 09:09:36 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-08-15 09:09:36 +0300
commit024f77efd68833bb78540ff9b4c7b4ec4b9dfe39 (patch)
tree4b564d2de286b3032907c66cabee92fe6b6754fc /app/views/ci
parentb291dca0e5062e05572e0f106ea499b47d908d35 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/views/ci')
-rw-r--r--app/views/ci/variables/_header.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/ci/variables/_header.html.haml b/app/views/ci/variables/_header.html.haml
index dfcf8f39533..886edbd0687 100644
--- a/app/views/ci/variables/_header.html.haml
+++ b/app/views/ci/variables/_header.html.haml
@@ -6,5 +6,5 @@
= render Pajamas::ButtonComponent.new(button_options: { class: 'js-settings-toggle' }) do
= expanded ? _('Collapse') : _('Expand')
-%p
+%p.gl-text-secondary
= render "ci/variables/content", entity: @entity, variable_limit: @variable_limit