Commit a59c9a13 authored by jakeburden's avatar jakeburden

Mark detached tooltip for translation

parent 250318cf
...@@ -43,7 +43,7 @@ ...@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment