X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/417176f8685ae60b670e609ca4d7e2e7c5c07647..1e19e80d0e2420a1ca1951d364d4a95d159eceeb:/app/views/notifier/_user_message_table.html.erb diff --git a/app/views/notifier/_user_message_table.html.erb b/app/views/notifier/_user_message_table.html.erb index 0a7300173..1b33e082b 100644 --- a/app/views/notifier/_user_message_table.html.erb +++ b/app/views/notifier/_user_message_table.html.erb @@ -4,10 +4,10 @@ <%= link_to( image_tag( attachments["avatar.png"].url, - alt: @user_message_author, - title: @user_message_author + alt: @author, + title: @author ), - user_url(@user_message_author, :host => SERVER_URL), + user_url(@author, :host => SERVER_URL), :target => "_blank" ) %>