% 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">
Here's the article for context: "> <%= sanitize(json_data["comment"]["commentable"]["title"]) %> <%= render "notifications/shared/comment_box", json_data: json_data, notification: notification, context: "moderation" %>
<% end %>