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
24ac66d8
Commit
24ac66d8
authored
Sep 29, 2020
by
Miguel Rincon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove pipelines autodevops popover CSS
parent
5fad87ba
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
15 deletions
+4
-15
app/assets/javascripts/pipelines/components/pipelines_list/pipeline_url.vue
...ipts/pipelines/components/pipelines_list/pipeline_url.vue
+2
-7
app/assets/stylesheets/pages/commits.scss
app/assets/stylesheets/pages/commits.scss
+0
-1
app/assets/stylesheets/pages/pipelines.scss
app/assets/stylesheets/pages/pipelines.scss
+0
-5
app/views/projects/pipelines/_info.html.haml
app/views/projects/pipelines/_info.html.haml
+2
-2
No files found.
app/assets/javascripts/pipelines/components/pipelines_list/pipeline_url.vue
View file @
24ac66d8
...
...
@@ -98,7 +98,7 @@ export default {
placement="top"
>
<template
#title
>
<div
class=
"
autodevops-title
"
>
<div
class=
"
gl-font-weight-normal gl-line-height-normal
"
>
<gl-sprintf
:message=
"
__(
...
...
@@ -112,12 +112,7 @@ export default {
</gl-sprintf>
</div>
</template>
<gl-link
class=
"autodevops-link"
:href=
"autoDevopsHelpPath"
target=
"_blank"
rel=
"noopener noreferrer nofollow"
>
<gl-link
:href=
"autoDevopsHelpPath"
target=
"_blank"
rel=
"noopener noreferrer nofollow"
>
{{ __('Learn more about Auto DevOps') }}
</gl-link>
</gl-popover>
...
...
app/assets/stylesheets/pages/commits.scss
View file @
24ac66d8
...
...
@@ -306,7 +306,6 @@
.commit
,
.generic-commit-status
,
.branch-commit
{
.autodevops-link
,
.commit-sha
{
color
:
$blue-600
;
}
...
...
app/assets/stylesheets/pages/pipelines.scss
View file @
24ac66d8
...
...
@@ -993,11 +993,6 @@ button.mini-pipeline-graph-dropdown-toggle {
float
:
none
;
}
.autodevops-title
{
font-weight
:
$gl-font-weight-normal
;
line-height
:
1
.5
;
}
.test-reports-table
{
.build-trace
{
@include
build-trace
();
...
...
app/views/projects/pipelines/_info.html.haml
View file @
24ac66d8
...
...
@@ -43,8 +43,8 @@
placement:
"top"
,
html:
"true"
,
trigger:
"focus"
,
title:
"<div class='
autodevops-title
'>#{popover_title_text}</div>"
,
content:
"<a
class='autodevops-link'
href='#{popover_content_url}' target='_blank' rel='noopener noreferrer nofollow'>#{popover_content_text}</a>"
,
title:
"<div class='
gl-font-weight-normal gl-line-height-normal
'>#{popover_title_text}</div>"
,
content:
"<a href='#{popover_content_url}' target='_blank' rel='noopener noreferrer nofollow'>#{popover_content_text}</a>"
,
}
}
Auto
DevOps
-
if
@pipeline
.
detached_merge_request_pipeline?
...
...
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