<% if notification.action == "Reaction" %> <%= render "reaction", notification: notification %> <% elsif notification.action.include? "Milestone" %> <%= render "milestone", notification: notification %> <% else %> <% json_data = notification.json_data %> <%= render "notifications/shared/profile_pic", json_data: json_data %>

" class="crayons-link fw-bold"> <%= json_data["user"]["name"] %> made a new post <% if json_data["organization"] %> under " class="crayons-link fw-bold"><%= json_data["organization"]["name"] %> <% end %>

<%= time_ago_in_words json_data["article"]["published_at"] %> ago

<%= render "notifications/shared/article_preview", json_data: json_data, notification: notification, context: "default" %>
<% end %>