summaryrefslogtreecommitdiff
path: root/app/views/projects/notes
diff options
context:
space:
mode:
authorEric Eastwood <contact@ericeastwood.com>2017-05-03 17:41:16 +0000
committerJacob Schatz <jschatz@gitlab.com>2017-05-03 17:41:16 +0000
commitcf34b07e80618af24715d52d48c5b1be41a0eeac (patch)
treeb7c836b496aebaddff8de25f92428e6c41597d0f /app/views/projects/notes
parente14ca5394edf0497184415f12629dfdbe72a2727 (diff)
downloadgitlab-ce-cf34b07e80618af24715d52d48c5b1be41a0eeac.tar.gz
Add real-time note edits :chipmunk:
Diffstat (limited to 'app/views/projects/notes')
-rw-r--r--app/views/projects/notes/_edit_form.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/notes/_edit_form.html.haml b/app/views/projects/notes/_edit_form.html.haml
index 8b4e5928e0d..a1efc0b051a 100644
--- a/app/views/projects/notes/_edit_form.html.haml
+++ b/app/views/projects/notes/_edit_form.html.haml
@@ -7,7 +7,7 @@
= render 'projects/notes/hints'
.note-form-actions.clearfix
- .settings-message.note-edit-warning.js-edit-warning
+ .settings-message.note-edit-warning.js-finish-edit-warning
Finish editing this message first!
= submit_tag 'Save comment', class: 'btn btn-nr btn-save js-comment-button'
%button.btn.btn-nr.btn-cancel.note-edit-cancel{ type: 'button' }