X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/33f38fa37211060758eab99861dcdc81ad3cdfa2..7e7ede890e8e948236d3dbc48e24aca00cd01f62:/app/views/messages/new.html.erb?ds=inline diff --git a/app/views/messages/new.html.erb b/app/views/messages/new.html.erb index 7c91722ff..2838a5dab 100644 --- a/app/views/messages/new.html.erb +++ b/app/views/messages/new.html.erb @@ -1,5 +1,5 @@ <% content_for :heading do %> -

<%= t(".send_message_to_html", :name => link_to(@message.recipient.display_name, user_path(@message.recipient))) %>

+

<%= t(".send_message_to_html", :name => link_to(@message.recipient.display_name, @message.recipient)) %>

<% end %> <%= bootstrap_form_for @message do |f| %>