diff options
author | Nick Kipling <nkipling@gitlab.com> | 2019-08-09 15:37:13 +0000 |
---|---|---|
committer | Clement Ho <408677-ClemMakesApps@users.noreply.gitlab.com> | 2019-08-09 15:37:13 +0000 |
commit | c6f56f14cecd4212de758b41830109675272ca92 (patch) | |
tree | 0e9eab151b264fcbab5add0929eccfba86f145b4 /app/views | |
parent | 2c894856c2363cb84cbafab14439c05f80bdd115 (diff) | |
download | gitlab-ce-c6f56f14cecd4212de758b41830109675272ca92.tar.gz |
Resolve "Add tooltip to improve clarity of "detached" label/state in the merge request pipeline"
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/projects/pipelines/_info.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/pipelines/_info.html.haml b/app/views/projects/pipelines/_info.html.haml index 5d307d6a70d..2b56ada8b73 100644 --- a/app/views/projects/pipelines/_info.html.haml +++ b/app/views/projects/pipelines/_info.html.haml @@ -43,7 +43,7 @@ } } Auto DevOps - if @pipeline.detached_merge_request_pipeline? - %span.js-pipeline-url-mergerequest.badge.badge-info.has-tooltip{ title: "This pipeline is run on the source branch" } + %span.js-pipeline-url-mergerequest.badge.badge-info.has-tooltip{ title: "The code of a detached pipeline is tested against the source branch instead of merged results" } detached - if @pipeline.stuck? %span.js-pipeline-url-stuck.badge.badge-warning |