From aa542224bb345acf0cb9a1a606f0a802c16b0336 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Mon, 4 Nov 2019 15:07:36 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- app/views/ci/variables/_index.html.haml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'app/views/ci/variables') diff --git a/app/views/ci/variables/_index.html.haml b/app/views/ci/variables/_index.html.haml index 94102b4dcd0..7ae5c48b93c 100644 --- a/app/views/ci/variables/_index.html.haml +++ b/app/views/ci/variables/_index.html.haml @@ -24,3 +24,8 @@ = n_('Hide value', 'Hide values', @variables.size) - else = n_('Reveal value', 'Reveal values', @variables.size) + - if !@group && @project.group + .settings-header.border-top.prepend-top-20 + = render 'ci/group_variables/header' + .settings-content.pr-0 + = render 'ci/group_variables/index' -- cgit v1.2.3