diff --git a/templates/medium.hamlet b/templates/medium.hamlet index 331fc30..0073a76 100644 --- a/templates/medium.hamlet +++ b/templates/medium.hamlet @@ -36,12 +36,16 @@ $else $if userId /= Nothing
Reply to this comment + $if userId == (commentAuthor comment) + Delete this comment $forall (Entity replyId reply) <- replies $if commentParent reply == Just commentId
           #{fromJust $ commentAuthorSlug reply} wrote on #{formatTime defaultTimeLocale "%A %F %H:%M" $ commentTime reply}:
           
#{commentContent reply} + $if userId == (commentAuthor comment) + Delete this comment $if userId /= Nothing