summaryrefslogtreecommitdiff
path: root/app/views/projects/notes/_form.html.haml
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-03-29 18:17:31 +0100
committerPhil Hughes <me@iamphill.com>2016-04-04 10:48:49 +0100
commitb7f0b22b9fe76f634d9e8cbce03cfaac41f333e6 (patch)
tree231a29b941866a0b1c46e85a0d328486ae0fe1e8 /app/views/projects/notes/_form.html.haml
parent3dd91f55a048c13e6dc81ec685e521d2fc5a78f5 (diff)
downloadgitlab-ce-b7f0b22b9fe76f634d9e8cbce03cfaac41f333e6.tar.gz
Started refactoring of note form
Diffstat (limited to 'app/views/projects/notes/_form.html.haml')
-rw-r--r--app/views/projects/notes/_form.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/notes/_form.html.haml b/app/views/projects/notes/_form.html.haml
index f675f092da1..8517e5a765a 100644
--- a/app/views/projects/notes/_form.html.haml
+++ b/app/views/projects/notes/_form.html.haml
@@ -1,4 +1,4 @@
-= form_for [@project.namespace.becomes(Namespace), @project, @note], remote: true, html: { :'data-type' => 'json', multipart: true, id: nil, class: "new_note js-new-note-form js-quick-submit common-note-form gfm-form" }, authenticity_token: true do |f|
+= form_for [@project.namespace.becomes(Namespace), @project, @note], remote: true, html: { :'data-type' => 'json', multipart: true, id: nil, class: "new-note js-new-note-form js-quick-submit common-note-form gfm-form" }, authenticity_token: true do |f|
= hidden_field_tag :view, diff_view
= hidden_field_tag :line_type
= note_target_fields(@note)