<% 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 %>

<%= message_user_acted_maybe_org(json_data, "views.notifications.new_post.verb_html", if_org: "views.notifications.new_post.if_org_html") %>

<%= time_ago_in_words json_data["article"]["published_at"], scope: :"datetime.distance_in_words_ago" %>

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