Commit 07240527 authored by GitLab Bot's avatar GitLab Bot

Automatic merge of gitlab-org/gitlab-ce master

parents 503c7b58 34bf7df0
...@@ -67,7 +67,7 @@ export default { ...@@ -67,7 +67,7 @@ export default {
<span <span
v-if="pipeline.flags.latest" v-if="pipeline.flags.latest"
v-gl-tooltip v-gl-tooltip
:title="__('Latest pipeline for this branch')" :title="__('Latest pipeline for the most recent commit on this branch')"
class="js-pipeline-url-latest badge badge-success" class="js-pipeline-url-latest badge badge-success"
> >
{{ __('latest') }} {{ __('latest') }}
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
.icon-container .icon-container
= sprite_icon('flag') = sprite_icon('flag')
- if @pipeline.latest? - if @pipeline.latest?
%span.js-pipeline-url-latest.badge.badge-success.has-tooltip{ title: _("Latest pipeline for this branch") } %span.js-pipeline-url-latest.badge.badge-success.has-tooltip{ title: _("Latest pipeline for the most recent commit on this branch") }
latest latest
- if @pipeline.has_yaml_errors? - if @pipeline.has_yaml_errors?
%span.js-pipeline-url-yaml.badge.badge-danger.has-tooltip{ title: @pipeline.yaml_errors } %span.js-pipeline-url-yaml.badge.badge-danger.has-tooltip{ title: @pipeline.yaml_errors }
......
---
title: Updated latest pipeline tag tooltip to be more descriptive
merge_request: 31624
author:
type: changed
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