- <h2><%= t(".send_message_to_html", :name => link_to(@message.recipient.display_name, user_path(@message.recipient))) %></h2>
+ <h1><%= t(".send_message_to_html", :name => link_to(@message.recipient.display_name, @message.recipient)) %></h1>
<%= f.text_field :title %>
<%= f.richtext_field :body, :cols => 80, :rows => 20 %>
<%= f.text_field :title %>
<%= f.richtext_field :body, :cols => 80, :rows => 20 %>