<% @user_notifications.limit(8).each do |notification| %>
-
<%= link_to main_app.notification_path(notification), class: 'notification-link' do %>
<%= notification.icon %>
<%= notification.message_html.html_safe %>
<%= time_ago_in_words notification.happened_at %> ago
<% end %>
<% end %>
-
<%= link_to main_app.notifications_path, class: 'white-text' do %>
notifications
View all notifications
<% end %>
-
<%= link_to main_app.mark_all_read_path, class: 'white-text' do %>
notifications_none
Mark all as read
<% end %>
<% else %>