]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/notifier/_user_message_table.html.erb
Renamed @user_message_author to @author as suggested
[rails.git] / app / views / notifier / _user_message_table.html.erb
index 0a73001734e1b944c2293af69076cef6919256bf..1b33e082b6bc335b45693b59a59d2972047706f1 100644 (file)
@@ -4,10 +4,10 @@
       <%= link_to(
           image_tag(
             attachments["avatar.png"].url,
-            alt: @user_message_author,
-            title: @user_message_author
+            alt: @author,
+            title: @author
           ),
-          user_url(@user_message_author, :host => SERVER_URL),
+          user_url(@author, :host => SERVER_URL),
           :target => "_blank"
       ) %>
     </td>