From b23a7999dfc3e38e0f0ea6a1a3d4fd1e86b358ca Mon Sep 17 00:00:00 2001 From: jessib Date: Fri, 21 Dec 2012 15:18:05 -0800 Subject: Still much to do, but improvements to CSS. --- help/app/views/tickets/_new_comment.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'help/app/views/tickets/_new_comment.html.haml') 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} -- cgit v1.2.3