blob: 96388ea47cd3b83daa7620b731025a6ecc740752 (
plain)
1
2
3
4
|
= f.simple_fields_for :comments, @comment do |c|
= c.input :body, :label => 'Comment', :as => :text, :input_html => {:class => "span9", :rows=>4}
- if admin?
= c.input :private, :as => :boolean, :label => false, :inline_label => true
|