add some information
* there is a space mising directly before link * what medium would be nice to know befoe klicking on the link (variable name probably is wrong still)
This commit is contained in:
parent
344db7bb86
commit
8331c83762
1 changed files with 2 additions and 2 deletions
|
@ -93,9 +93,9 @@ postMediumR mediumId = do
|
|||
sendMail (userEmail owner) (userSl `T.append` " commented on your medium")
|
||||
[shamlet|
|
||||
<h1>Hello #{userSlug owner}
|
||||
<p>#{userSl} commented on your medium:
|
||||
<p>#{userSl} commented on your medium {mediumTitle medium}:
|
||||
<p>#{commentContent temp}
|
||||
<p>To follow the comment thread follow
|
||||
<p>To follow the comment thread follow
|
||||
<a href=#{link}>
|
||||
this link
|
||||
.
|
||||
|
|
Loading…
Reference in a new issue