From 30deabbe352e81e3f484c526729f07eef5329d0b Mon Sep 17 00:00:00 2001 From: nek0 Date: Sun, 28 Dec 2014 03:53:49 +0100 Subject: [PATCH] removed redundant stuff --- Handler/Medium.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Handler/Medium.hs b/Handler/Medium.hs index 23d2acb..3133b61 100644 --- a/Handler/Medium.hs +++ b/Handler/Medium.hs @@ -136,7 +136,7 @@ postCommentReplyR commentId = do [shamlet|

Hello #{userSlug parAuth}

#{fromJust $ commentAuthorSlug temp} replied to your comment: -

#{commentContent temp} + #{commentContent temp}

To see the comment thread follow this link @@ -149,7 +149,7 @@ postCommentReplyR commentId = do [shamlet|

Hello #{userSlug owner}

#{fromJust $ commentAuthorSlug temp} commented your medium with: -

#{commentContent temp} + #{commentContent temp}

To see the comment thread follow this link