diff --git a/app/views/notifications/_notification.html.erb b/app/views/notifications/_notification.html.erb index e8b94486e..8cb22eeb1 100644 --- a/app/views/notifications/_notification.html.erb +++ b/app/views/notifications/_notification.html.erb @@ -1,7 +1,7 @@ <% cache notification do %> <%= notification_tag notification do %>
- <%= avatar_image_tag(notification.creator) %> + <%= avatar_image_tag notification.creator %>