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
path: root/app
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2019-05-02 13:47:03 +0300
committerFilipa Lacerda <filipa@gitlab.com>2019-05-02 13:47:03 +0300
commit26108ddb119a910c4d03cc128f81adb0c0e88cc1 (patch)
treecafc2ec1568577a5557ed2a56ea237767bf23d40 /app
parent86900f00004ed5f862c3b72b4f643036f97a8e56 (diff)
parent1798dcc1a6fc24e4fba8ed53d89cd86039a670f9 (diff)
Merge branch 'masked-variables-docs-update' into 'master'
Clarify masked variable message, add docs link See merge request gitlab-org/gitlab-ce!27156
Diffstat (limited to 'app')
-rw-r--r--app/views/ci/variables/_variable_row.html.haml4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/views/ci/variables/_variable_row.html.haml b/app/views/ci/variables/_variable_row.html.haml
index aecfdea10d9..12a8d9930b7 100644
--- a/app/views/ci/variables/_variable_row.html.haml
+++ b/app/views/ci/variables/_variable_row.html.haml
@@ -33,7 +33,9 @@
name: value_input_name,
placeholder: s_('CiVariables|Input variable value') }
= value
- %p.masking-validation-error.gl-field-error.hide= s_("CiVariables|This variable will not be masked")
+ %p.masking-validation-error.gl-field-error.hide
+ = s_("CiVariables|Cannot use Masked Variable with current value")
+ = link_to icon('question-circle'), help_page_path('ci/variables/README', anchor: 'masked-variables'), target: '_blank', rel: 'noopener noreferrer'
- unless only_key_value
.ci-variable-body-item.ci-variable-protected-item
.append-right-default