summaryrefslogtreecommitdiff
path: root/app/views/projects/pipelines_settings/_show.html.haml
diff options
context:
space:
mode:
authorLin Jen-Shin <godfat@godfat.org>2017-05-25 19:31:21 +0800
committerLin Jen-Shin <godfat@godfat.org>2017-05-25 19:31:21 +0800
commitefebdba21db9e11b876ecb54db48358e13b08ad3 (patch)
tree44c63974c56c24af642c5b6b358dbb137b307595 /app/views/projects/pipelines_settings/_show.html.haml
parent9f6dc8b2b5fe3d4790d67f13660eb8bfabd4dbca (diff)
downloadgitlab-ce-efebdba21db9e11b876ecb54db48358e13b08ad3.tar.gz
Frontend implementation, tests, and changelog
Diffstat (limited to 'app/views/projects/pipelines_settings/_show.html.haml')
-rw-r--r--app/views/projects/pipelines_settings/_show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/pipelines_settings/_show.html.haml b/app/views/projects/pipelines_settings/_show.html.haml
index 1b1910b5c0f..3b17daeb6da 100644
--- a/app/views/projects/pipelines_settings/_show.html.haml
+++ b/app/views/projects/pipelines_settings/_show.html.haml
@@ -42,7 +42,7 @@
= f.label :build_timeout_in_minutes, 'Timeout', class: 'label-light'
= f.number_field :build_timeout_in_minutes, class: 'form-control', min: '0'
%p.help-block
- Per job in minutes. If a job passes this threshold, it will be marked as failed.
+ Per job in minutes. If a job passes this threshold, it will be marked as failed
= link_to icon('question-circle'), help_page_path('user/project/pipelines/settings', anchor: 'timeout'), target: '_blank'
%hr