Chatwoot/app/views/assignment_mailer/conversation_assigned.html.erb
Pranav Raj S 1143893d9c [Bug] Fix conversation assignment mailer url (#374)
* Fix conversation assignment mailer url

* Remove mailer scope
2019-12-23 12:16:46 +05:30

5 lines
212 B
Text

<p>Hi <%= @agent.name %>,</p>
<p>Time to save the world. A new conversation has been assigned to you</p>
<p>Click <%= link_to 'here', app_conversation_url(id: @conversation.display_id) %> to get cracking. </p>