diff --git a/app/views/cards/comments/_comment.html.erb b/app/views/cards/comments/_comment.html.erb index fee6d6d25..6a825e9ec 100644 --- a/app/views/cards/comments/_comment.html.erb +++ b/app/views/cards/comments/_comment.html.erb @@ -1,4 +1,5 @@ <% cache comment do %> + <%# Helper Dependency Updated: avatar_image_tag 2025-12-15 %> <%= turbo_frame_tag comment, :container do %> <%# Cache bump 2025-12-14: action text attachment rendering changed for lightbox -%>
"> diff --git a/app/views/events/_event.html.erb b/app/views/events/_event.html.erb index 99f7a945e..733bb68df 100644 --- a/app/views/events/_event.html.erb +++ b/app/views/events/_event.html.erb @@ -1,4 +1,5 @@ <% cache event do %> + <%# Helper Dependency Updated: avatar_image_tag 2025-12-15 %> <% if lookup_context.exists?("events/event/eventable/_#{event.action}") %> <%= render "events/event/eventable/#{event.action}", event: event %> <% else %> diff --git a/app/views/notifications/_notification.html.erb b/app/views/notifications/_notification.html.erb index 1596d8529..02f547c4e 100644 --- a/app/views/notifications/_notification.html.erb +++ b/app/views/notifications/_notification.html.erb @@ -1,4 +1,5 @@ <% cache notification do %> + <%# Helper Dependency Updated: avatar_image_tag 2025-12-15 %> <%= notification_tag notification do %> <%= render "notifications/notification/header", notification: notification do %> <%= notification_toggle_read_button(notification, url: card_reading_path(notification.card)) %>