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,7 +93,7 @@ postMediumR mediumId = do
|
||||||
sendMail (userEmail owner) (userSl `T.append` " commented on your medium")
|
sendMail (userEmail owner) (userSl `T.append` " commented on your medium")
|
||||||
[shamlet|
|
[shamlet|
|
||||||
<h1>Hello #{userSlug owner}
|
<h1>Hello #{userSlug owner}
|
||||||
<p>#{userSl} commented on your medium:
|
<p>#{userSl} commented on your medium {mediumTitle medium}:
|
||||||
<p>#{commentContent temp}
|
<p>#{commentContent temp}
|
||||||
<p>To follow the comment thread follow
|
<p>To follow the comment thread follow
|
||||||
<a href=#{link}>
|
<a href=#{link}>
|
||||||
|
|
Loading…
Reference in a new issue