From be14a910bafeefb9b296509d0f8a7e43a2b84a34 Mon Sep 17 00:00:00 2001 From: Jason Zimdars Date: Fri, 17 Jan 2025 13:06:41 -0600 Subject: [PATCH] Needed when truncating so the avatar isn't squished --- app/views/notifications/_notification.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/notifications/_notification.html.erb b/app/views/notifications/_notification.html.erb index 40506ebb3..f7414d64c 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) %>