X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/e3e5ad4c5fed07eda993648f1998d9b0f5c78921..60e1895da18f50de51d361d80ee515de2b53e2f7:/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 29ecf9ea8..cf81340eb 100644 --- a/app/views/notifier/_message_body.html.erb +++ b/app/views/notifier/_message_body.html.erb @@ -1,11 +1,14 @@ - +
<%= link_to( image_tag( attachments["avatar.png"].url, alt: @author, - title: @author + title: @author, + width: 50, + height: 50, + border: 0 ), user_url(@author, :host => SERVER_URL), :target => "_blank"