summaryrefslogtreecommitdiff
path: root/help/app/views/tickets/_new_comment.html.haml
diff options
context:
space:
mode:
authorAzul <azul@leap.se>2012-12-18 02:17:12 +0100
committerAzul <azul@leap.se>2012-12-18 02:17:12 +0100
commite899e5c3f33acb3228fac295013d7cc8b6e4eb04 (patch)
tree701aa5ce938f20dacc85040c8172c924e1fad523 /help/app/views/tickets/_new_comment.html.haml
parentd56a009ce084bd14dbd5a876010961caca16da5c (diff)
parente61cae8d2fc5d5818e56433a45056a539b621bd3 (diff)
Merge branch 'develop'
Diffstat (limited to 'help/app/views/tickets/_new_comment.html.haml')
-rw-r--r--help/app/views/tickets/_new_comment.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/help/app/views/tickets/_new_comment.html.haml b/help/app/views/tickets/_new_comment.html.haml
index b216311..5697854 100644
--- a/help/app/views/tickets/_new_comment.html.haml
+++ b/help/app/views/tickets/_new_comment.html.haml
@@ -1,2 +1,2 @@
-= f.simple_fields_for :comments, comment_object do |c|
+= f.simple_fields_for :comments, @comment do |c|
= c.input :body, :label => 'Comment', :as => :text