# File app/helpers/application_helper.rb, line 333
    def manual_in_row(content, options={})
      title = options[:title]
      note = options[:note]
      with_format(title, content, note)
    end