X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/a0627ec0c651cf33426438e26e4a4a2fe3a34fd5..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" ) %>