Skip to content

Commit

Permalink
add username of user in email, #13 (comment)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonLab committed Oct 31, 2018
1 parent ab9fe33 commit 46857c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/afc/email.ex
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ defmodule Afc.Email do
"""
<strong>#{emotion_log.emotion}</strong>
<p>#{logged_at}</p>
<p>username: #{emotion_log.user.username}</p>
<p>reason list:</p>
#{list_reasons(emotion)}
<p>reason text:</p>
Expand Down

0 comments on commit 46857c7

Please sign in to comment.