summaryrefslogtreecommitdiff
path: root/app/views/projects/notes/_edit.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/notes/_edit.html.haml')
-rw-r--r--app/views/projects/notes/_edit.html.haml3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/projects/notes/_edit.html.haml b/app/views/projects/notes/_edit.html.haml
new file mode 100644
index 00000000000..f1e251d65b7
--- /dev/null
+++ b/app/views/projects/notes/_edit.html.haml
@@ -0,0 +1,3 @@
+.original-note-content.hidden{ data: { post_url: namespace_project_note_path(@project.namespace, @project, note), target_id: note.noteable.id, target_type: note.noteable.class.name.underscore } }
+ #{note.note}
+%textarea.hidden.js-task-list-field.original-task-list{ data: {update_url: namespace_project_note_path(@project.namespace, @project, note) } }= note.note