# File app/helpers/application_helper.rb, line 326
    def info_row(field, options={})
      title = options[:title] || label_for_field(@object, field)
      note = options[:note]

      with_format(title, info_elem(@object.send(field)), note)
    end