% content_for :title, 'Notifications | Metamaps' %>
<% content_for :mobile_title, 'Notifications' %>
Notifications
<% @notifications.each do |notification| %>
-
<%= link_to notification.subject, notification_path(notification.id) %>
<%= notification.body.truncate(140) %>
<% end %>