diff options
author | dimitrieh <dimitriehoekstra@gmail.com> | 2017-02-21 09:45:19 +0100 |
---|---|---|
committer | dimitrieh <dimitriehoekstra@gmail.com> | 2017-02-21 09:45:32 +0100 |
commit | 0d29b08ca747439483336d24346425947903a523 (patch) | |
tree | ca3ec65e176d39154ae861bbda1211dfbac7d7d9 /app | |
parent | b596dd8fedd9dc8f9487e1e67a52a7b211bd956b (diff) | |
download | gitlab-ce-0d29b08ca747439483336d24346425947903a523.tar.gz |
Changed coverage reg expression placeholder text to be more like a placeholder
Diffstat (limited to 'app')
-rw-r--r-- | app/views/projects/pipelines_settings/_show.html.haml | 2 |
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 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 |