X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/c82fdf8e0fd4e5a8f2d831592d5e1fe13e1fe558..22c1be4db7054baf155a6c1c24f31063b5b729df:/app/views/notifier/_message_body.html.erb?ds=inline diff --git a/app/views/notifier/_message_body.html.erb b/app/views/notifier/_message_body.html.erb index b3b0eb687..29bd3e063 100644 --- a/app/views/notifier/_message_body.html.erb +++ b/app/views/notifier/_message_body.html.erb @@ -4,11 +4,11 @@ <%= link_to( image_tag( attachments["avatar.png"].url, - alt: @author, - title: @author, - width: 50, - height: 50, - border: 0 + :alt => @author, + :title => @author, + :width => 50, + :height => 50, + :border => 0 ), user_url(@author), :target => "_blank"