Removed agent dashboard link in conversation mail to user (#445)
This commit is contained in:
parent
04d347f0ee
commit
1fd4127709
1 changed files with 8 additions and 10 deletions
|
@ -3,14 +3,12 @@
|
||||||
<p>You have new messages on your conversation.</p>
|
<p>You have new messages on your conversation.</p>
|
||||||
|
|
||||||
<table>
|
<table>
|
||||||
<% @messages.each do |message| %>
|
<% @messages.each do |message| %>
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<b><%= message.incoming? ? 'You' : message.user.name %></b>
|
<b><%= message.incoming? ? 'You' : message.user.name %></b>
|
||||||
</td>
|
</td>
|
||||||
<td>: <%= message.content %></td>
|
<td>: <%= message.content %></td>
|
||||||
</tr>
|
</tr>
|
||||||
<% end %>
|
<% end %>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<p>Click <%= link_to 'here', app_conversation_url(id: @conversation.display_id) %> to get back to the conversation. </p>
|
|
||||||
|
|
Loading…
Reference in a new issue