% if notification.action == "Reaction" %>
<%= render "reaction", notification: notification %>
<% else %>
<% json_data = notification.json_data %>
<% cache "activity-profile-pic-#{json_data['user']['id']}-#{json_data['user']['profile_image_90']}" do %>
" class="small-pic-link-wrapper">
" alt="link to <%= json_data["user"]["username"] %>'s profile">
Alternatively, if this comment violates the code of conduct, please downvote/report as appropriate.
re: "> <%= h(json_data["comment"]["commentable"]["title"]) %> <%= render "notifications/shared/comment_box", json_data: json_data, notification: notification, context: "moderation" %>
<% end %>