Mark detached tooltip for translation
This commit is contained in:
parent
250318cfee
commit
a59c9a137e
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@
|
||||||
} }
|
} }
|
||||||
Auto DevOps
|
Auto DevOps
|
||||||
- if @pipeline.detached_merge_request_pipeline?
|
- if @pipeline.detached_merge_request_pipeline?
|
||||||
%span.js-pipeline-url-mergerequest.badge.badge-info.has-tooltip{ title: "Pipelines for merge requests are configured. A detached pipeline runs in the context of the merge request, and not against the merged result. Learn more on the documentation for Pipelines for Merged Results." }
|
%span.js-pipeline-url-mergerequest.badge.badge-info.has-tooltip{ title: _('Pipelines for merge requests are configured. A detached pipeline runs in the context of the merge request, and not against the merged result. Learn more on the documentation for Pipelines for Merged Results.') }
|
||||||
detached
|
detached
|
||||||
- if @pipeline.stuck?
|
- if @pipeline.stuck?
|
||||||
%span.js-pipeline-url-stuck.badge.badge-warning
|
%span.js-pipeline-url-stuck.badge.badge-warning
|
||||||
|
|
Loading…
Reference in a new issue