]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/notifier/_message_body.html.erb
erblint: use hash rocket syntax
[rails.git] / app / views / notifier / _message_body.html.erb
index b3b0eb687d5b44277e6cd8d76d2e4134e2575562..29bd3e06372f2177af38f13e53da47f8b5c33f95 100644 (file)
@@ -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"