mirror of
https://github.com/chatwoot/chatwoot.git
synced 2026-07-16 21:14:27 +08:00
Chore: Fix attribute in reply with summary mailer
This commit is contained in:
parent
d03fad3e1d
commit
acbb79a7c2
@ -5,7 +5,7 @@
|
||||
<% @messages.each do |message| %>
|
||||
<tr>
|
||||
<td>
|
||||
<b><%= message.incoming? ? 'You' : message.user.name %></b>
|
||||
<b><%= message.incoming? ? 'You' : message.sender.name %></b>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user