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
f1b0f269
Commit
f1b0f269
authored
Feb 02, 2021
by
Suzanne Selhorn
Committed by
Kushal Pandya
Feb 02, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated links to open in a new tab
parent
c7422661
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
3 deletions
+8
-3
app/views/groups/settings/ci_cd/show.html.haml
app/views/groups/settings/ci_cd/show.html.haml
+1
-1
app/views/projects/settings/ci_cd/show.html.haml
app/views/projects/settings/ci_cd/show.html.haml
+2
-2
changelogs/unreleased/new-tab-links.yml
changelogs/unreleased/new-tab-links.yml
+5
-0
No files found.
app/views/groups/settings/ci_cd/show.html.haml
View file @
f1b0f269
...
@@ -32,7 +32,7 @@
...
@@ -32,7 +32,7 @@
=
expanded
?
_
(
'Collapse'
)
:
_
(
'Expand'
)
=
expanded
?
_
(
'Collapse'
)
:
_
(
'Expand'
)
%p
%p
=
_
(
"Runners are processes that pick up and execute CI/CD jobs for GitLab."
)
=
_
(
"Runners are processes that pick up and execute CI/CD jobs for GitLab."
)
=
link_to
s_
(
'How do I configure runners?'
),
help_page_path
(
'ci/runners/README'
)
=
link_to
s_
(
'How do I configure runners?'
),
help_page_path
(
'ci/runners/README'
)
,
target:
'_blank'
,
rel:
'noopener noreferrer'
.settings-content
.settings-content
=
render
'groups/runners/index'
=
render
'groups/runners/index'
...
...
app/views/projects/settings/ci_cd/show.html.haml
View file @
f1b0f269
...
@@ -41,7 +41,7 @@
...
@@ -41,7 +41,7 @@
=
expanded
?
_
(
'Collapse'
)
:
_
(
'Expand'
)
=
expanded
?
_
(
'Collapse'
)
:
_
(
'Expand'
)
%p
%p
=
_
(
"Runners are processes that pick up and execute CI/CD jobs for GitLab."
)
=
_
(
"Runners are processes that pick up and execute CI/CD jobs for GitLab."
)
=
link_to
s_
(
'How do I configure runners?'
),
help_page_path
(
'ci/runners/README'
)
=
link_to
s_
(
'How do I configure runners?'
),
help_page_path
(
'ci/runners/README'
)
,
target:
'_blank'
,
rel:
'noopener noreferrer'
.settings-content
.settings-content
=
render
'projects/runners/index'
=
render
'projects/runners/index'
...
@@ -83,7 +83,7 @@
...
@@ -83,7 +83,7 @@
=
expanded
?
_
(
'Collapse'
)
:
_
(
'Expand'
)
=
expanded
?
_
(
'Collapse'
)
:
_
(
'Expand'
)
%p
%p
=
_
(
"Save space and find images in the Container Registry. Remove unneeded tags and keep only the ones you want."
)
=
_
(
"Save space and find images in the Container Registry. Remove unneeded tags and keep only the ones you want."
)
=
link_to
_
(
'How does cleanup work?'
),
help_page_path
(
'user/packages/container_registry/index'
,
anchor:
'cleanup-policy'
,
target:
'_blank'
,
rel:
'noopener noreferrer'
)
=
link_to
_
(
'How does cleanup work?'
),
help_page_path
(
'user/packages/container_registry/index'
,
anchor:
'cleanup-policy'
),
target:
'_blank'
,
rel:
'noopener noreferrer'
.settings-content
.settings-content
=
render
'projects/registry/settings/index'
=
render
'projects/registry/settings/index'
...
...
changelogs/unreleased/new-tab-links.yml
0 → 100644
View file @
f1b0f269
---
title
:
Open CI/CD settings help links in new tab by default
merge_request
:
52948
author
:
type
:
other
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