removed redundant stuff

This commit is contained in:
nek0 2014-12-28 03:53:49 +01:00
parent a93b5c8167
commit 30deabbe35

View file

@ -136,7 +136,7 @@ postCommentReplyR commentId = do
[shamlet|
<h1>Hello #{userSlug parAuth}
<p>#{fromJust $ commentAuthorSlug temp} replied to your comment:
<p>#{commentContent temp}
#{commentContent temp}
<p>To see the comment thread follow
<a href=#{link}>
this link
@ -149,7 +149,7 @@ postCommentReplyR commentId = do
[shamlet|
<h1>Hello #{userSlug owner}
<p>#{fromJust $ commentAuthorSlug temp} commented your medium with:
<p>#{commentContent temp}
#{commentContent temp}
<p>To see the comment thread follow
<a href=#{link}>
this link