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
da93aa9a
Commit
da93aa9a
authored
Nov 16, 2020
by
Savas Vedova
Committed by
Enrique Alcantara
Nov 16, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add gl-button class to buttons
This work is done as part of Pajamas Migration
parent
f298a22b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
app/views/admin/application_settings/_package_registry.html.haml
...ws/admin/application_settings/_package_registry.html.haml
+1
-1
app/views/admin/application_settings/ci_cd.html.haml
app/views/admin/application_settings/ci_cd.html.haml
+2
-2
ee/app/views/admin/application_settings/_required_instance_ci_setting.html.haml
...lication_settings/_required_instance_ci_setting.html.haml
+1
-1
No files found.
app/views/admin/application_settings/_package_registry.html.haml
View file @
da93aa9a
...
...
@@ -3,7 +3,7 @@
.settings-header
%h4
=
_
(
'Package Registry'
)
%button
.btn.btn-default.js-settings-toggle
{
type:
'button'
}
%button
.btn.
gl-button.
btn-default.js-settings-toggle
{
type:
'button'
}
=
expanded_by_default?
?
_
(
'Collapse'
)
:
_
(
'Expand'
)
%p
=
_
(
"Settings related to the use and experience of using GitLab's Package Registry."
)
...
...
app/views/admin/application_settings/ci_cd.html.haml
View file @
da93aa9a
...
...
@@ -17,7 +17,7 @@
.settings-header
%h4
=
_
(
'Continuous Integration and Deployment'
)
%button
.btn.btn-default.js-settings-toggle
{
type:
'button'
}
%button
.btn.
gl-button.
btn-default.js-settings-toggle
{
type:
'button'
}
=
expanded_by_default?
?
_
(
'Collapse'
)
:
_
(
'Expand'
)
%p
=
_
(
'Auto DevOps, runners and job artifacts'
)
...
...
@@ -33,7 +33,7 @@
.settings-header
%h4
=
_
(
'Container Registry'
)
%button
.btn.btn-default.js-settings-toggle
{
type:
'button'
}
%button
.btn.
gl-button.
btn-default.js-settings-toggle
{
type:
'button'
}
=
expanded_by_default?
?
_
(
'Collapse'
)
:
_
(
'Expand'
)
%p
=
_
(
'Various container registry settings.'
)
...
...
ee/app/views/admin/application_settings/_required_instance_ci_setting.html.haml
View file @
da93aa9a
...
...
@@ -4,7 +4,7 @@
.settings-header
%h4
=
s_
(
'AdminSettings|Required pipeline configuration'
)
%button
.btn.btn-default.js-settings-toggle
{
type:
'button'
}
%button
.btn.
gl-button.
btn-default.js-settings-toggle
{
type:
'button'
}
=
expanded
?
_
(
'Collapse'
)
:
_
(
'Expand'
)
%p
-
config_link_start
=
'<a href="%{url}">'
.
html_safe
%
{
url:
help_page_path
(
'ci/yaml/README'
)
}
...
...
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