[Bug] Fix conversation assignment mailer url (#374)
* Fix conversation assignment mailer url * Remove mailer scope
This commit is contained in:
@@ -2,4 +2,4 @@
|
||||
|
||||
<p>Time to save the world. A new conversation has been assigned to you</p>
|
||||
|
||||
<p>Click <%= link_to 'here', conversation_url(id: @conversation.display_id) %> to get cracking. </p>
|
||||
<p>Click <%= link_to 'here', app_conversation_url(id: @conversation.display_id) %> to get cracking. </p>
|
||||
|
||||
Reference in New Issue
Block a user