<% cache notification do %> <%= notification_tag notification do %>
<%= render "notifications/notification/#{notification.source_type.underscore}/header", notification: notification %>
<%= avatar_image_tag notification.creator %>
<%= render "notifications/notification/#{notification.source_type.underscore}/body", notification: notification %>
<% end %> <% end %>