X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/c82fdf8e0fd4e5a8f2d831592d5e1fe13e1fe558..f9109b7a75f91c208a7b5f68cc64ba253a9041c5:/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 b3b0eb687..d572fb9d0 100644 --- a/app/views/notifier/_message_body.html.erb +++ b/app/views/notifier/_message_body.html.erb @@ -4,17 +4,17 @@ <%= 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" + :target => "_blank", :rel => "noopener" ) %> - + <%= body %>