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:
authorLin Jen-Shin <godfat@godfat.org>2017-07-05 15:11:01 +0300
committerLin Jen-Shin <godfat@godfat.org>2017-07-05 15:11:01 +0300
commit9f5ac179d1ca4819006c66ae385ba7153f6c7e4f (patch)
tree8dafab8a2f87092dd57c26fbbb70b131d98d9078 /app/views/projects
parent9f7e5e45df9b7d99b97e40d1c08250925a408875 (diff)
Rename ci_config_file to ci_config_path
Diffstat (limited to 'app/views/projects')
-rw-r--r--app/views/projects/pipelines_settings/_show.html.haml6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/projects/pipelines_settings/_show.html.haml b/app/views/projects/pipelines_settings/_show.html.haml
index c9c8bd2610b..0d1c97df3ca 100644
--- a/app/views/projects/pipelines_settings/_show.html.haml
+++ b/app/views/projects/pipelines_settings/_show.html.haml
@@ -47,11 +47,11 @@
%hr
.form-group
- = f.label :ci_config_file, 'Custom CI config file', class: 'label-light'
- = f.text_field :ci_config_file, class: 'form-control', placeholder: '.gitlab-ci.yml'
+ = f.label :ci_config_path, 'Custom CI config path', class: 'label-light'
+ = f.text_field :ci_config_path, class: 'form-control', placeholder: '.gitlab-ci.yml'
%p.help-block
The path to CI config file. Defaults to <code>.gitlab-ci.yml</code>
- = link_to icon('question-circle'), help_page_path('user/project/pipelines/settings', anchor: 'custom-ci-config-file'), target: '_blank'
+ = link_to icon('question-circle'), help_page_path('user/project/pipelines/settings', anchor: 'custom-ci-config-path'), target: '_blank'
%hr
.form-group