From 7dc856a33d63c112ad6c8ee19bf5096793684647 Mon Sep 17 00:00:00 2001 From: Jason Zimdars Date: Tue, 4 Feb 2025 17:47:50 -0600 Subject: [PATCH] Move this to the correct element --- app/views/events/_event.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/events/_event.html.erb b/app/views/events/_event.html.erb index af377998a..50d54565e 100644 --- a/app/views/events/_event.html.erb +++ b/app/views/events/_event.html.erb @@ -15,9 +15,9 @@ <%= event.action == "commented" ? "RE: #{ bubble.title }" : bubble.title %> - + <% if event_column(event) == 1 %> - <%= image_tag "#{event_action_icon(event)}.svg", aria: { hidden: true }, size: 14, class: "colorize--black" %> + <%= image_tag "#{event_action_icon(event)}.svg", aria: { hidden: true }, size: 13, class: "colorize--black" %> <% end %> <%= event_action_sentence(event) %>