# File app/helpers/application_helper.rb, line 152
  def redcloth_info_row(title, data)
    %Q(<div class="info-row">
         <span class="info-title">#{title}</span>
         <span class="info-data">#{RedCloth.new(data).to_html}</span>
       </div>)
  end