Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
07240527
Commit
07240527
authored
Aug 22, 2019
by
GitLab Bot
Browse files
Options
Browse Files
Download
Plain Diff
Automatic merge of gitlab-org/gitlab-ce master
parents
503c7b58
34bf7df0
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
2 deletions
+7
-2
app/assets/javascripts/pipelines/components/pipeline_url.vue
app/assets/javascripts/pipelines/components/pipeline_url.vue
+1
-1
app/views/projects/pipelines/_info.html.haml
app/views/projects/pipelines/_info.html.haml
+1
-1
changelogs/unreleased/latest-pipeline.yml
changelogs/unreleased/latest-pipeline.yml
+5
-0
No files found.
app/assets/javascripts/pipelines/components/pipeline_url.vue
View file @
07240527
...
...
@@ -67,7 +67,7 @@ export default {
<span
v-if=
"pipeline.flags.latest"
v-gl-tooltip
:title=
"__('Latest pipeline for this branch')"
:title=
"__('Latest pipeline for th
e most recent commit on th
is branch')"
class=
"js-pipeline-url-latest badge badge-success"
>
{{
__
(
'
latest
'
)
}}
...
...
app/views/projects/pipelines/_info.html.haml
View file @
07240527
...
...
@@ -21,7 +21,7 @@
.icon-container
=
sprite_icon
(
'flag'
)
-
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 th
e most recent commit on th
is branch"
)
}
latest
-
if
@pipeline
.
has_yaml_errors?
%span
.js-pipeline-url-yaml.badge.badge-danger.has-tooltip
{
title:
@pipeline
.
yaml_errors
}
...
...
changelogs/unreleased/latest-pipeline.yml
0 → 100644
View file @
07240527
---
title
:
Updated latest pipeline tag tooltip to be more descriptive
merge_request
:
31624
author
:
type
:
changed
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment