<% cache notification do %> <%= notification_tag notification do %>
<%= avatar_image_tag(notification.creator) %>
<%= notification_title(notification) %>
<%= notification_body(notification) %> · <%= notification.bubble.bucket.name %> · <%= local_datetime_tag(notification.created_at, style: :ago) %>
<% end %> <% end %>