subject: <%= text_field 'message', 'title' %><br>
body: <%= text_area 'message', 'body' %><br>
<%= submit_tag 'Send' %>
subject: <%= text_field 'message', 'title' %><br>
body: <%= text_area 'message', 'body' %><br>
<%= submit_tag 'Send' %>
-<%= link_to 'Back to my account', :controller => 'user', :action => 'account' %>
+<%= link_to 'Back to inbox', :controller => 'message', :action => 'inbox', :display_name => @user.display_name %>