X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/f83b719f0347931640475b9e5ee8d60bbc50fd6d..ecd81eadbec57582749bb246d74e32ecab74d1d6:/app/views/notifier/_message_body.html.erb?ds=sidebyside diff --git a/app/views/notifier/_message_body.html.erb b/app/views/notifier/_message_body.html.erb index d86d44133..29bd3e063 100644 --- a/app/views/notifier/_message_body.html.erb +++ b/app/views/notifier/_message_body.html.erb @@ -1,20 +1,20 @@ -
+ | <%= link_to( - image_tag( - attachments["avatar.png"].url, - alt: @author, - title: @author, - width: 50, - height: 50, - border: 0 - ), - user_url(@author, :host => SERVER_URL), - :target => "_blank" - ) %> + image_tag( + attachments["avatar.png"].url, + :alt => @author, + :title => @author, + :width => 50, + :height => 50, + :border => 0 + ), + user_url(@author), + :target => "_blank" + ) %> | -+ | <%= body %> |