<% if @notifications.blank?%> No New Notifications <% else %> <% (@notifications || []).each do |notification| -%> <% time_ago = notification.created_at %>

<%= notification.message %> at <%= time_ago.in_time_zone(@current_network.timezone || "UTC").strftime("%H:%M:%S %Z")%> on "><%= time_ago.in_time_zone(@current_network.timezone || "UTC").strftime("%b %e, %Y") %>

  • <% end -%> <% end %>