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
497548b4
Commit
497548b4
authored
Apr 06, 2021
by
Yogi
Committed by
Nicolò Maria Mezzopera
Apr 06, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move to btn-confirm from btn-success in ee project settings
parent
73cbbb91
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
9 additions
and
4 deletions
+9
-4
changelogs/unreleased/btn-confirm-project-settings.yml
changelogs/unreleased/btn-confirm-project-settings.yml
+5
-0
ee/app/views/projects/settings/_default_issue_template.html.haml
...views/projects/settings/_default_issue_template.html.haml
+1
-1
ee/app/views/projects/settings/ci_cd/_auto_rollback.html.haml
...pp/views/projects/settings/ci_cd/_auto_rollback.html.haml
+1
-1
ee/app/views/projects/settings/slacks/edit.html.haml
ee/app/views/projects/settings/slacks/edit.html.haml
+1
-1
ee/app/views/projects/settings/subscriptions/_index.html.haml
...pp/views/projects/settings/subscriptions/_index.html.haml
+1
-1
No files found.
changelogs/unreleased/btn-confirm-project-settings.yml
0 → 100644
View file @
497548b4
---
title
:
Move to btn-confirm from btn-success in ee project settings
merge_request
:
58047
author
:
Yogi (@yo)
type
:
changed
ee/app/views/projects/settings/_default_issue_template.html.haml
View file @
497548b4
...
...
@@ -16,4 +16,4 @@
.text-secondary
-
link_start
=
'<a href="%{url}" target="_blank" rel="noopener noreferrer">'
.
html_safe
%
{
url:
help_page_path
(
'user/markdown'
)
}
=
_
(
'Description parsed with %{link_start}GitLab Flavored Markdown%{link_end}.'
).
html_safe
%
{
link_start:
link_start
,
link_end:
'</a>'
.
html_safe
}
=
f
.
submit
_
(
'Save changes'
),
class:
"gl-button btn btn-
success
"
,
data:
{
qa_selector:
'save_issue_template_button'
}
=
f
.
submit
_
(
'Save changes'
),
class:
"gl-button btn btn-
confirm
"
,
data:
{
qa_selector:
'save_issue_template_button'
}
ee/app/views/projects/settings/ci_cd/_auto_rollback.html.haml
View file @
497548b4
...
...
@@ -25,4 +25,4 @@
=
s_
(
'AutoRollback|Automatic rollbacks start when a critical alert is triggered. If the last successful deployment fails to roll back automatically, it can still be done manually.'
)
=
link_to
_
(
'More information'
),
help_page_path
(
'ci/environments/index.md'
,
anchor:
'auto-rollback'
),
target:
'_blank'
=
f
.
submit
_
(
'Save changes'
),
class:
"gl-button btn btn-
success
gl-mt-5"
,
data:
{
qa_selector:
'save_changes_button'
}
=
f
.
submit
_
(
'Save changes'
),
class:
"gl-button btn btn-
confirm
gl-mt-5"
,
data:
{
qa_selector:
'save_changes_button'
}
ee/app/views/projects/settings/slacks/edit.html.haml
View file @
497548b4
...
...
@@ -15,7 +15,7 @@
=
form
.
text_field
:alias
,
class:
'form-control'
,
placeholder:
@slack_integration
.
alias
,
required:
true
.footer-block.row-content-block
%button
.btn.gl-button.btn-
success
{
type:
'submit'
}
%button
.btn.gl-button.btn-
confirm
{
type:
'submit'
}
.spinner.spinner-light
%span
Save changes
...
...
ee/app/views/projects/settings/subscriptions/_index.html.haml
View file @
497548b4
...
...
@@ -6,7 +6,7 @@
=
f
.
label
:upstream_project_path
do
=
_
(
"Project path"
)
=
f
.
text_field
:upstream_project_path
,
class:
"form-control"
,
data:
{
qa_selector:
"upstream_project_path_field"
}
=
f
.
submit
_
(
'Subscribe'
),
class:
"
btn btn-success
"
,
data:
{
qa_selector:
"subscribe_button"
}
=
f
.
submit
_
(
'Subscribe'
),
class:
"
gl-button btn btn-confirm
"
,
data:
{
qa_selector:
"subscribe_button"
}
.row.gl-mt-3.gl-mb-3
.col-lg-12
...
...
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