Chore: Fix attribute in reply with summary mailer

This commit is contained in:
Sojan 2020-07-08 13:37:47 +05:30
parent d03fad3e1d
commit acbb79a7c2

View file

@ -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>