Your notifications

<% @notifications.each do |notification| %> <%= link_to notification, class: 'black-text text-lighten-3' do %>
<%= notification.icon %> <%= notification.message_html.html_safe %>
<%= time_ago_in_words notification.happened_at %> ago
<% end %> <% end %> <% if @notifications.empty? %>
Notifications will appear here whenever you receive any. You'll also be able to view them directly from the bell dropdown at the top of the page.
<% end %>