X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/aa52ebe6749ba1ea43030f173bfe2101d0f77dc3..b62561cdb5162b76864408bd9be1d59720157859:/app/views/message/new.rhtml diff --git a/app/views/message/new.rhtml b/app/views/message/new.rhtml index 6e268e905..b2d31b842 100644 --- a/app/views/message/new.rhtml +++ b/app/views/message/new.rhtml @@ -17,4 +17,4 @@ body: <%= text_area 'message', 'body' %>

-<%= link_to 'Back to my account', :controller => 'user', :action => 'account' %> +<%= link_to 'Back to inbox', :controller => 'message', :action => 'inbox', :display_name => @user.display_name %>