X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/e0b175d3bd3ef655a20273dc2b7f04a8a34bb5f6..0e810db9277bbeff0bd92f73e3886010d14b4377:/app/views/user/view.html.erb diff --git a/app/views/user/view.html.erb b/app/views/user/view.html.erb index bc70545f5..cc4bbf8a6 100644 --- a/app/views/user/view.html.erb +++ b/app/views/user/view.html.erb @@ -63,7 +63,7 @@
  • - <%= link_to t('.send message'), :controller => 'message', :action => 'new', :display_name => @user.display_name %> + <%= link_to t('.send message'), new_message_path(@user) %>
  • <%= link_to t('.diary'), :controller => 'diary_entry', :action => 'list', :display_name => @user.display_name %>