3 format_paragraph(text, 72, 0)
6 def link_to_user(display_name)
9 user_url(display_name, :host => SERVER_URL),
11 :style => "text-decoration: none; color: #222; font-weight: bold"
15 def message_body(&block)
17 partial: "message_body",
18 locals: { body: capture(&block) }