X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/9d739b3d5b0450ea1a24dd86c5e15477866c0a41..3af16f6337b52546297e7e09a1aba9b0e1df7e15:/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..29bd3e063 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 %>