]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/message/new.rhtml
Seperating message receiving off into 'inbox' function.
[rails.git] / app / views / message / new.rhtml
index 6e268e905b1f6d42b7761a431bde9ce8838ba521..b2d31b84285df8e01675f8243eae14dd16f61bd7 100644 (file)
@@ -17,4 +17,4 @@ body: <%= text_area 'message', 'body' %><br>
 
 <br />
 
-<%= link_to 'Back to my account', :controller => 'user', :action => 'account' %>
+<%= link_to 'Back to inbox', :controller => 'message', :action => 'inbox', :display_name => @user.display_name %>