From 0d29b08ca747439483336d24346425947903a523 Mon Sep 17 00:00:00 2001 From: dimitrieh Date: Tue, 21 Feb 2017 09:45:19 +0100 Subject: Changed coverage reg expression placeholder text to be more like a placeholder --- app/views/projects/pipelines_settings/_show.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views/projects/pipelines_settings/_show.html.haml') diff --git a/app/views/projects/pipelines_settings/_show.html.haml b/app/views/projects/pipelines_settings/_show.html.haml index 8024fb8979d..9aef600dbaf 100644 --- a/app/views/projects/pipelines_settings/_show.html.haml +++ b/app/views/projects/pipelines_settings/_show.html.haml @@ -60,7 +60,7 @@ = f.label :build_coverage_regex, "Test coverage parsing", class: 'label-light' .input-group %span.input-group-addon / - = f.text_field :build_coverage_regex, class: 'form-control', placeholder: '\(\d+.\d+\%\) covered' + = f.text_field :build_coverage_regex, class: 'form-control', placeholder: 'REGULAR_EXPRESSION' %span.input-group-addon / %p.help-block A regular expression that will be used to find the test coverage -- cgit v1.2.1