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
path: root/app/views
diff options
context:
space:
mode:
authorNick Kipling <nkipling@gitlab.com>2019-08-09 18:37:13 +0300
committerClement Ho <408677-ClemMakesApps@users.noreply.gitlab.com>2019-08-09 18:37:13 +0300
commitc6f56f14cecd4212de758b41830109675272ca92 (patch)
tree0e9eab151b264fcbab5add0929eccfba86f145b4 /app/views
parent2c894856c2363cb84cbafab14439c05f80bdd115 (diff)
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.haml2
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