summaryrefslogtreecommitdiff
path: root/app/views/projects/pipelines/new.html.haml
diff options
context:
space:
mode:
authorJose <jivanvl@hotmail.com>2018-05-03 12:10:57 -0500
committerJose <jivanvl@hotmail.com>2018-05-03 12:10:57 -0500
commit980fb6fb26a360894bba7444d0020381ab825c8d (patch)
tree34559ead8f53bca2395075c4884d58e166750c0f /app/views/projects/pipelines/new.html.haml
parent15bb2f9178975740c7bc4f8b8bf79553fc53546a (diff)
downloadgitlab-ce-980fb6fb26a360894bba7444d0020381ab825c8d.tar.gz
Adjust copy text and classes
Diffstat (limited to 'app/views/projects/pipelines/new.html.haml')
-rw-r--r--app/views/projects/pipelines/new.html.haml6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/projects/pipelines/new.html.haml b/app/views/projects/pipelines/new.html.haml
index 61b470a0c75..81984ee94b0 100644
--- a/app/views/projects/pipelines/new.html.haml
+++ b/app/views/projects/pipelines/new.html.haml
@@ -20,12 +20,12 @@
= s_("Pipeline|Existing branch name or tag")
.col-sm-12.prepend-top-10.js-ci-variable-list-section
- %label.label-light
+ %label
= s_('Pipeline|Variables')
- .help-block
- = (s_("Pipeline|Specify variable values to be used in this run. The values specified in %{settings_link} will be used by default") % {settings_link: settings_link}).html_safe
%ul.ci-variable-list
= render 'ci/variables/variable_row', form_field: 'pipeline', only_key_value: true
+ .help-block
+ = (s_("Pipeline|Specify variable values to be used in this run. The values specified in %{settings_link} will be used by default.") % {settings_link: settings_link}).html_safe
.form-actions
= f.submit s_('Pipeline|Create pipeline'), class: 'btn btn-success js-variables-save-button', tabindex: 3