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
bbc616fb
Commit
bbc616fb
authored
Mar 16, 2021
by
Yogi
Committed by
David O'Regan
Mar 16, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move from btn-success to btn-confirm in projects/environments directory
parent
02ee1271
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
3 deletions
+8
-3
app/views/projects/environments/_form.html.haml
app/views/projects/environments/_form.html.haml
+1
-1
app/views/projects/environments/empty_metrics.html.haml
app/views/projects/environments/empty_metrics.html.haml
+1
-1
app/views/projects/environments/show.html.haml
app/views/projects/environments/show.html.haml
+1
-1
changelogs/unreleased/btn-confirm-metrics.yml
changelogs/unreleased/btn-confirm-metrics.yml
+5
-0
No files found.
app/views/projects/environments/_form.html.haml
View file @
bbc616fb
...
...
@@ -17,5 +17,5 @@
=
f
.
url_field
:external_url
,
class:
'form-control'
.form-actions
=
f
.
submit
_
(
'Save'
),
class:
'gl-button btn btn-
success
'
=
f
.
submit
_
(
'Save'
),
class:
'gl-button btn btn-
confirm
'
=
link_to
_
(
'Cancel'
),
project_environments_path
(
@project
),
class:
'gl-button btn btn-cancel'
app/views/projects/environments/empty_metrics.html.haml
View file @
bbc616fb
...
...
@@ -11,4 +11,4 @@
%p
.state-description
=
s_
(
'Metrics|Check out the CI/CD documentation on deploying to an environment'
)
.text-center
=
link_to
s_
(
"Environments|Learn about environments"
),
help_page_path
(
'ci/environments/index.md'
),
class:
'gl-button btn btn-
success
'
=
link_to
s_
(
"Environments|Learn about environments"
),
help_page_path
(
'ci/environments/index.md'
),
class:
'gl-button btn btn-
confirm
'
app/views/projects/environments/show.html.haml
View file @
bbc616fb
...
...
@@ -67,7 +67,7 @@
%p
.blank-state-text
=
html_escape
(
_
(
"Define environments in the deploy stage(s) in %{code_open}.gitlab-ci.yml%{code_close} to track deployments here."
))
%
{
code_open:
'<code>'
.
html_safe
,
code_close:
'</code>'
.
html_safe
}
.text-center
=
link_to
_
(
"Read more"
),
help_page_path
(
"ci/environments/index.md"
),
class:
"gl-button btn btn-
success
"
=
link_to
_
(
"Read more"
),
help_page_path
(
"ci/environments/index.md"
),
class:
"gl-button btn btn-
confirm
"
-
else
.table-holder.gl-overflow-visible
.ci-table.environments
{
role:
'grid'
}
...
...
changelogs/unreleased/btn-confirm-metrics.yml
0 → 100644
View file @
bbc616fb
---
title
:
Move from btn-success to btn-confirm in environments directory
merge_request
:
56212
author
:
Yogi (@yo)
type
:
changed
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