<% if notification.action == "Reaction" %> <%= render "reaction", notification: notification %> <% elsif notification.action.include? "Milestone" %> <%= render "milestone", notification: notification %> <% else %> <% json_data = notification.json_data %> <% if json_data["organization"] %>
"> <%= json_data[ logo" src="<%= json_data["organization"]["profile_image_90"] %>"> <%= json_data["organization"]["name"] %>
<% end %> " class="small-pic-link-wrapper">
" alt="link to <%= json_data["user"]["username"] %>'s profile">
"> <%= json_data["user"]["name"] %> made a new post<%= ":" unless json_data["organization"] %> <% if json_data["organization"] %> under "><%= json_data["organization"]["name"] %>: <% end %>
<%= time_ago_in_words json_data["article"]["published_at"] %> ago
">
<%= h(json_data["article"]["title"]) %>
<% cache "activity-published-article-reactions-#{@last_user_reaction}-#{json_data['article']['updated_at']}-#{json_data['article']['id']}" do %>
<% end %>
<% end %>