<%= error_messages_for 'message' %>
-<% form_for :message, :url => { :action => "new", :user_id => @to_user.id } do |f| %>
+<% form_for :message, :url => { :action => "new", :display_name => @to_user.display_name } do |f| %>
<table>
<tr valign="top">
<th><%= t'message.new.subject' %></th>
- <td><%= f.text_field :title, :size => 60, :value => @title %></td>
+ <td><%= f.text_field :title, :size => 60, :value => @subject %></td>
</tr>
<tr valign="top">
<th><%= t'message.new.body' %></th>