diff --git a/app/views/mailers/agent_notifications/conversation_notifications_mailer/conversation_assignment.liquid b/app/views/mailers/agent_notifications/conversation_notifications_mailer/conversation_assignment.liquid index e138fd11a..18cd21e75 100644 --- a/app/views/mailers/agent_notifications/conversation_notifications_mailer/conversation_assignment.liquid +++ b/app/views/mailers/agent_notifications/conversation_notifications_mailer/conversation_assignment.liquid @@ -12,7 +12,7 @@
-

+

{% if chat_message.content %} {{chat_message.content}} {% endif %} diff --git a/app/views/mailers/agent_notifications/conversation_notifications_mailer/conversation_creation.liquid b/app/views/mailers/agent_notifications/conversation_notifications_mailer/conversation_creation.liquid index 095e1bd7b..d7dac7cca 100644 --- a/app/views/mailers/agent_notifications/conversation_notifications_mailer/conversation_creation.liquid +++ b/app/views/mailers/agent_notifications/conversation_notifications_mailer/conversation_creation.liquid @@ -15,7 +15,7 @@

-

+

{% if chat_message.content %} {{chat_message.content}} {% endif %} diff --git a/app/views/mailers/conversation_reply_mailer/reply_with_summary.html.erb b/app/views/mailers/conversation_reply_mailer/reply_with_summary.html.erb index b160675a3..34665b777 100644 --- a/app/views/mailers/conversation_reply_mailer/reply_with_summary.html.erb +++ b/app/views/mailers/conversation_reply_mailer/reply_with_summary.html.erb @@ -9,7 +9,7 @@ - + <% if message.content %> <%= CommonMarker.render_html(message.content).html_safe %> <% end %>