summaryrefslogtreecommitdiff
path: root/app/views/projects/notes
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-07-26 14:30:57 +0100
committerPhil Hughes <me@iamphill.com>2016-07-26 14:30:57 +0100
commit5e8606562df861e22d80e888457300f862aeb89b (patch)
treeaa7789b6464ea876717f16846070869d1caa5d59 /app/views/projects/notes
parent6537a4a8feac08031b3be2133f6756afb3310254 (diff)
downloadgitlab-ce-5e8606562df861e22d80e888457300f862aeb89b.tar.gz
Added ability to toggle resolving by commenting
Diffstat (limited to 'app/views/projects/notes')
-rw-r--r--app/views/projects/notes/_form.html.haml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/projects/notes/_form.html.haml b/app/views/projects/notes/_form.html.haml
index 7c61ba750fe..a9f2cd873fe 100644
--- a/app/views/projects/notes/_form.html.haml
+++ b/app/views/projects/notes/_form.html.haml
@@ -5,6 +5,7 @@
= f.hidden_field :commit_id
= f.hidden_field :line_code
= f.hidden_field :noteable_id
+ = hidden_field_tag :noteable_iid, @note.noteable.iid
= f.hidden_field :noteable_type
= f.hidden_field :type
= f.hidden_field :position