From 4dde6edfb14e653af144bc25040c227b23d91b31 Mon Sep 17 00:00:00 2001 From: nek0 Date: Sat, 7 Jan 2017 17:08:01 +0100 Subject: [PATCH] quick fix --- templates/medium.hamlet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/medium.hamlet b/templates/medium.hamlet index d381d5c..25878b5 100755 --- a/templates/medium.hamlet +++ b/templates/medium.hamlet @@ -48,6 +48,7 @@ #{fromMaybe "" $ lookup (commentAuthor comment) authors} wrote on #{formatTime defaultTimeLocale "%A %F %H:%M" $ commentTime comment}:
#{commentContent comment} +
$if userId /= Nothing
Reply to this comment @@ -55,7 +56,6 @@ Delete this comment $forall (Entity replyId reply) <- replies $if commentParent reply == Just commentId -
#{fromMaybe "" $ lookup (commentAuthor reply) authors} replied on #{formatTime defaultTimeLocale "%A %F %H:%M" $ commentTime reply}: