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
c4b09d0d
Commit
c4b09d0d
authored
Feb 23, 2021
by
Yogi
Committed by
Kushal Pandya
Feb 23, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add btn-default for cancel button in the issuable form
parent
bb7df266
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
app/views/shared/issuable/_form.html.haml
app/views/shared/issuable/_form.html.haml
+2
-2
changelogs/unreleased/btn-default-mr-cancel.yml
changelogs/unreleased/btn-default-mr-cancel.yml
+5
-0
No files found.
app/views/shared/issuable/_form.html.haml
View file @
c4b09d0d
...
...
@@ -64,11 +64,11 @@
.row-content-block
{
class:
(
is_footer
?
"footer-block"
:
"middle-block"
)
}
.float-right
-
if
issuable
.
new_record?
=
link_to
'Cancel'
,
polymorphic_path
([
@project
,
issuable
.
class
]),
class:
'gl-button btn btn-cancel'
=
link_to
_
(
'Cancel'
)
,
polymorphic_path
([
@project
,
issuable
.
class
]),
class:
'gl-button btn btn-cancel'
-
else
-
if
can?
(
current_user
,
:"destroy_
#{
issuable
.
to_ability_name
}
"
,
@project
)
=
link_to
'Delete'
,
polymorphic_path
([
@project
,
issuable
],
params:
{
destroy_confirm:
true
}),
data:
{
confirm:
"
#{
issuable
.
human_class_name
}
will be removed! Are you sure?"
},
method: :delete
,
class:
'btn btn-danger btn-grouped'
=
link_to
'Cancel'
,
polymorphic_path
([
@project
,
issuable
]),
class:
'gl-button btn btn-grouped
btn-cancel'
=
link_to
_
(
'Cancel'
),
polymorphic_path
([
@project
,
issuable
]),
class:
'gl-button btn btn-grouped btn-default
btn-cancel'
%span
.gl-mr-3
-
if
issuable
.
new_record?
...
...
changelogs/unreleased/btn-default-mr-cancel.yml
0 → 100644
View file @
c4b09d0d
---
title
:
Add btn-default for cancel button in issueable form
merge_request
:
53458
author
:
Yogi (@yo)
type
:
other
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