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
31854910
Commit
31854910
authored
Feb 24, 2022
by
GitLab Bot
Browse files
Options
Browse Files
Download
Plain Diff
Automatic merge of gitlab-org/gitlab master
parents
50dc5ad5
1c9796da
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
app/assets/javascripts/pipelines/components/pipelines_list/pipeline_url.vue
...ipts/pipelines/components/pipelines_list/pipeline_url.vue
+5
-5
No files found.
app/assets/javascripts/pipelines/components/pipelines_list/pipeline_url.vue
View file @
31854910
...
...
@@ -174,14 +174,14 @@ export default {
<div
class=
"gl-mb-2"
>
<gl-link
:href=
"pipeline.path"
class=
"gl-text-decoration-underline gl-text-blue-600!"
class=
"gl-text-decoration-underline gl-text-blue-600!
gl-mr-3
"
data-testid=
"pipeline-url-link"
data-qa-selector=
"pipeline_url_link"
>
#
{{
pipeline
[
pipelineKey
]
}}
</gl-link>
<!--Commit row-->
<div
class=
"icon-container gl-display-inline-block"
>
<div
class=
"icon-container gl-display-inline-block
gl-mr-1
"
>
<gl-icon
v-gl-tooltip
:name=
"commitIcon"
...
...
@@ -193,18 +193,18 @@ export default {
<gl-link
v-if=
"mergeRequestRef"
:href=
"mergeRequestRef.path"
class=
"ref-name"
class=
"ref-name
gl-mr-3
"
data-testid=
"merge-request-ref"
>
{{
mergeRequestRef
.
iid
}}
</gl-link
>
<gl-link
v-else
:href=
"refUrl"
class=
"ref-name"
data-testid=
"commit-ref-name"
>
{{
<gl-link
v-else
:href=
"refUrl"
class=
"ref-name
gl-mr-3
"
data-testid=
"commit-ref-name"
>
{{
commitRef
.
name
}}
</gl-link>
</tooltip-on-truncate>
<gl-icon
v-gl-tooltip
name=
"commit"
class=
"commit-icon"
class=
"commit-icon
gl-mr-1
"
:title=
"__('Commit')"
data-testid=
"commit-icon"
/>
...
...
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