Skip to content

Commit ae8119f

Browse files
committed
update html template
1 parent a4e7da4 commit ae8119f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/temp_mail/templates/emails.html.eex

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
<ul>
1111
<%= for email <- @emails do %>
1212
<li>
13+
<strong>Subject:</strong> <%= email.subject %><br>
1314
<strong>From:</strong> <%= email.from %><br>
1415
<strong>To:</strong> <%= Enum.join(email.to, ", ") %><br>
15-
<strong>Subject:</strong> <%= email.subject %><br>
1616
<strong>Content:</strong> <%= email.content %><br>
1717
<strong>Received at:</strong> <%= Timex.format!(Timex.from_unix(email.received_at, :seconds), "{ISO:Extended}") %><br>
1818
</li>

0 commit comments

Comments
 (0)