diff --git a/app/views/notifications/_notification.html.erb b/app/views/notifications/_notification.html.erb index 4e5e184b7..b945960b8 100644 --- a/app/views/notifications/_notification.html.erb +++ b/app/views/notifications/_notification.html.erb @@ -10,9 +10,9 @@ <%= avatar_image_tag notification.creator %> -
+

<%= render "notifications/notification/#{notification.source_type.underscore}/body", notification: notification %> -

+ <% end %> <% end %>