Insert a non-input row into a Formtasic form
问题 I am using Formtastic 2.1.1 in Rails 3.2 (with Active Admin) and I want to insert a row into my form that does not have an input field present. Is this possible and what is the syntax in the Formtastic DSL to achieve this? Here's an example: form do |f| f.inputs "Model Info" do f.input :title f.input :published f.input :path end end I'd like to do something like this: form do |f| f.inputs "Model Info" do f.input :title f.input :published f.input :path f.div "This is some important text that