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
0e77d4e5
Commit
0e77d4e5
authored
Feb 22, 2022
by
Kartik1397
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add spacing in pipeline column
parent
d77932f3
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 @
0e77d4e5
...
...
@@ -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"
...
...
@@ -194,17 +194,17 @@ export default {
v-if=
"mergeRequestRef"
:href=
"mergeRequestRef.path"
class=
"ref-name"
data-testid=
"merge-request-ref"
data-testid=
"merge-request-ref
gl-mr-3
"
>
{{
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