Commit dc1dca96 authored by Jose Ivan Vargas's avatar Jose Ivan Vargas

Merge branch 'ApplyGItLabUIstylesto_edit_form.html.haml' into 'master'

Adds GitLab UI styles to buttons in _edit_form.html.haml

See merge request gitlab-org/gitlab!51156
parents 1b3978bd 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")
---
title: Adds GitLab UI styles to button in _edit_form.html.haml
merge_request: 51156
author: nuwe1
type: other
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment