removed redundant stuff
This commit is contained in:
parent
a93b5c8167
commit
30deabbe35
1 changed files with 2 additions and 2 deletions
|
@ -136,7 +136,7 @@ postCommentReplyR commentId = do
|
||||||
[shamlet|
|
[shamlet|
|
||||||
<h1>Hello #{userSlug parAuth}
|
<h1>Hello #{userSlug parAuth}
|
||||||
<p>#{fromJust $ commentAuthorSlug temp} replied to your comment:
|
<p>#{fromJust $ commentAuthorSlug temp} replied to your comment:
|
||||||
<p>#{commentContent temp}
|
#{commentContent temp}
|
||||||
<p>To see the comment thread follow
|
<p>To see the comment thread follow
|
||||||
<a href=#{link}>
|
<a href=#{link}>
|
||||||
this link
|
this link
|
||||||
|
@ -149,7 +149,7 @@ postCommentReplyR commentId = do
|
||||||
[shamlet|
|
[shamlet|
|
||||||
<h1>Hello #{userSlug owner}
|
<h1>Hello #{userSlug owner}
|
||||||
<p>#{fromJust $ commentAuthorSlug temp} commented your medium with:
|
<p>#{fromJust $ commentAuthorSlug temp} commented your medium with:
|
||||||
<p>#{commentContent temp}
|
#{commentContent temp}
|
||||||
<p>To see the comment thread follow
|
<p>To see the comment thread follow
|
||||||
<a href=#{link}>
|
<a href=#{link}>
|
||||||
this link
|
this link
|
||||||
|
|
Loading…
Reference in a new issue