diff options
Diffstat (limited to 'engines/support')
-rw-r--r-- | engines/support/app/views/tickets/_new_comment_form.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/support/app/views/tickets/_new_comment_form.html.haml b/engines/support/app/views/tickets/_new_comment_form.html.haml index f285b8b..05a0d4c 100644 --- a/engines/support/app/views/tickets/_new_comment_form.html.haml +++ b/engines/support/app/views/tickets/_new_comment_form.html.haml @@ -3,7 +3,7 @@ -# = simple_form_for @ticket, :html => {:class => 'slim'} do |f| = hidden_ticket_fields - = f.simple_fields_for :comments, @comment, :wrapper => :none, :html => {:class => 'slim'} do |c| + = f.simple_fields_for :comments, @comment, :wrapper => false, :html => {:class => 'slim'} do |c| = c.input :body, :label => false, :as => :text, :input_html => {:class => "full-width", :rows=> 5} - if admin? |