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
694ed96b
Commit
694ed96b
authored
Jan 19, 2021
by
Marvin Karegyeya
Committed by
Jose Ivan Vargas
Jan 19, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adds GitLab UI styles to buttons in _edit_form.html.haml
parent
bc04cb36
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
app/views/shared/notes/_edit_form.html.haml
app/views/shared/notes/_edit_form.html.haml
+2
-2
changelogs/unreleased/ApplyGItLabUIstylesto_edit_form-html-haml.yml
.../unreleased/ApplyGItLabUIstylesto_edit_form-html-haml.yml
+5
-0
No files found.
app/views/shared/notes/_edit_form.html.haml
View file @
694ed96b
...
...
@@ -9,6 +9,6 @@
.note-form-actions.clearfix
.settings-message.note-edit-warning.js-finish-edit-warning
=
_
(
"Finish editing this message first!"
)
=
submit_tag
_
(
'Save comment'
),
class:
'btn btn-success js-comment-save-button'
,
data:
{
qa_selector:
'save_comment_button'
}
%button
.btn.btn-cancel.note-edit-cancel
{
type:
'button'
}
=
submit_tag
_
(
'Save comment'
),
class:
'
gl-button
btn btn-success js-comment-save-button'
,
data:
{
qa_selector:
'save_comment_button'
}
%button
.btn.
gl-button.
btn-cancel.note-edit-cancel
{
type:
'button'
}
=
_
(
"Cancel"
)
changelogs/unreleased/ApplyGItLabUIstylesto_edit_form-html-haml.yml
0 → 100644
View file @
694ed96b
---
title
:
Adds GitLab UI styles to button in _edit_form.html.haml
merge_request
:
51156
author
:
nuwe1
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