fix: Update report method to fix issues with special characters (#4697)

This commit is contained in:
Pranav Raj S
2022-05-18 12:15:30 +05:30
committed by GitHub
parent 47f04ee3fe
commit 20565d09c0
8 changed files with 51 additions and 79 deletions

View File

@@ -24,7 +24,7 @@
contact&.phone_number.present? ? contact&.phone_number: nil,
conversation ? app_account_conversation_url(account_id: Current.account.id, id: conversation.display_id): nil,
csat_response.created_at,
])
]).html_safe
-%>
<% end %>
<%=