Chore: Fix broken conversation mailer layout (#825)
This commit is contained in:
parent
e9131ea558
commit
b50aeb7ae4
@ -2,13 +2,14 @@
|
||||
|
||||
<p>You have new messages on your conversation.</p>
|
||||
|
||||
<table>
|
||||
<% @messages.each do |message| %>
|
||||
<tr>
|
||||
<td>
|
||||
<b><%= message.incoming? ? 'You' : message.user.name %></b>
|
||||
</td>
|
||||
<td>:
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="padding-bottom: 16px;">
|
||||
<% if message.content %>
|
||||
<%= message.content %>
|
||||
<% end %>
|
||||
@ -20,4 +21,3 @@
|
||||
</td>
|
||||
</tr>
|
||||
<% end %>
|
||||
</table>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user