X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/9ced230fe1cdd18190c4a296d0cc2293bfb1980a..68a5aa5ed805c97f217fa09f869179c3544a8d63:/app/views/notifier/_message_body.html.erb diff --git a/app/views/notifier/_message_body.html.erb b/app/views/notifier/_message_body.html.erb index 38f491799..b3b0eb687 100644 --- a/app/views/notifier/_message_body.html.erb +++ b/app/views/notifier/_message_body.html.erb @@ -2,17 +2,17 @@ <%= link_to( - image_tag( - attachments["avatar.png"].url, - alt: @author, - title: @author, - width: 50, - height: 50, - border: 0 - ), - user_url(@author), - :target => "_blank" - ) %> + image_tag( + attachments["avatar.png"].url, + alt: @author, + title: @author, + width: 50, + height: 50, + border: 0 + ), + user_url(@author), + :target => "_blank" + ) %> <%= body %>