6 lines
276 B
Plaintext
6 lines
276 B
Plaintext
================================================================================
|
|
|
|
<%= render "notification/bundle_mailer/header", notification: notification %>
|
|
<%= render "notification/bundle_mailer/#{notification.source_type.underscore}/body", notification: notification %>
|
|
|