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
209ccb7e
Commit
209ccb7e
authored
Sep 08, 2020
by
Jose Vargas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add gitlab-ui styles to haml ci_cd settings
parent
3a1b7980
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
app/views/groups/settings/ci_cd/show.html.haml
app/views/groups/settings/ci_cd/show.html.haml
+3
-3
No files found.
app/views/groups/settings/ci_cd/show.html.haml
View file @
209ccb7e
...
...
@@ -11,7 +11,7 @@
.settings-header
%h4
=
_
(
"General pipelines"
)
%button
.btn.js-settings-toggle
{
type:
'button'
}
%button
.btn.
gl-button.
js-settings-toggle
{
type:
'button'
}
=
expanded
?
_
(
'Collapse'
)
:
_
(
'Expand'
)
%p
=
_
(
"Customize your pipeline configuration."
)
...
...
@@ -28,7 +28,7 @@
.settings-header
%h4
=
_
(
'Runners'
)
%button
.btn.btn-default.js-settings-toggle
{
type:
"button"
}
%button
.btn.
gl-button.
btn-default.js-settings-toggle
{
type:
"button"
}
=
expanded
?
_
(
'Collapse'
)
:
_
(
'Expand'
)
%p
=
_
(
"Runners are processes that pick up and execute jobs for GitLab. Here you can register and see your Runners for this project."
)
...
...
@@ -40,7 +40,7 @@
.settings-header
%h4
=
_
(
'Auto DevOps'
)
%button
.btn.btn-default.js-settings-toggle
{
type:
"button"
}
%button
.btn.
gl-button.
btn-default.js-settings-toggle
{
type:
"button"
}
=
expanded
?
_
(
'Collapse'
)
:
_
(
'Expand'
)
%p
-
auto_devops_url
=
help_page_path
(
'topics/autodevops/index'
)
...
...
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