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
e33c8996
Commit
e33c8996
authored
Mar 15, 2021
by
Yogi
Committed by
David O'Regan
Mar 15, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move from btn-success to btn-confirm in pages_domains
parent
3a172309
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
4 deletions
+9
-4
app/views/projects/pages_domains/new.html.haml
app/views/projects/pages_domains/new.html.haml
+2
-2
app/views/projects/pages_domains/show.html.haml
app/views/projects/pages_domains/show.html.haml
+2
-2
changelogs/unreleased/btn-confirm-project-pages-domains.yml
changelogs/unreleased/btn-confirm-project-pages-domains.yml
+5
-0
No files found.
app/views/projects/pages_domains/new.html.haml
View file @
e33c8996
...
...
@@ -7,6 +7,6 @@
=
form_for
[
@project
,
domain_presenter
],
html:
{
class:
'fieldset-form'
}
do
|
f
|
=
render
'form'
,
{
f:
f
}
.form-actions
=
f
.
submit
_
(
'Create New Domain'
),
class:
"
btn btn-success
"
=
f
.
submit
_
(
'Create New Domain'
),
class:
"
gl-button btn btn-confirm
"
.float-right
=
link_to
_
(
'Cancel'
),
project_pages_path
(
@project
),
class:
'
btn
btn-cancel'
=
link_to
_
(
'Cancel'
),
project_pages_path
(
@project
),
class:
'
gl-button btn btn-default
btn-cancel'
app/views/projects/pages_domains/show.html.haml
View file @
e33c8996
...
...
@@ -17,5 +17,5 @@
=
form_for
[
@project
,
domain_presenter
],
html:
{
class:
'fieldset-form'
}
do
|
f
|
=
render
'form'
,
{
f:
f
}
.form-actions.d-flex.justify-content-between
=
f
.
submit
_
(
'Save Changes'
),
class:
"
btn btn-success
"
=
link_to
_
(
'Cancel'
),
project_pages_path
(
@project
),
class:
'btn btn-default btn-inverse'
=
f
.
submit
_
(
'Save Changes'
),
class:
"
gl-button btn btn-confirm
"
=
link_to
_
(
'Cancel'
),
project_pages_path
(
@project
),
class:
'
gl-button
btn btn-default btn-inverse'
changelogs/unreleased/btn-confirm-project-pages-domains.yml
0 → 100644
View file @
e33c8996
---
title
:
Move from btn-success to btn-confirm in pages_domains directory
merge_request
:
56349
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