summaryrefslogtreecommitdiff
path: root/help/app/views/tickets/_new_comment.html.haml
diff options
context:
space:
mode:
authorjessib <jessib@leap.se>2012-12-21 15:18:05 -0800
committerjessib <jessib@leap.se>2012-12-21 15:18:05 -0800
commitb23a7999dfc3e38e0f0ea6a1a3d4fd1e86b358ca (patch)
treed8b9d161629357787e82bf7c5983dad199d301be /help/app/views/tickets/_new_comment.html.haml
parent6af8c4c72be753e3aeb30bbfbadf0c49a3ed5ef4 (diff)
Still much to do, but improvements to CSS.
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 5697854..7307dad 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 do |c|
- = c.input :body, :label => 'Comment', :as => :text
+ = c.input :body, :label => 'Comment', :as => :text, :input_html => {:class => "span12", :rows=>4}