From 84d53753191b009e8a916d9fc61c62ec456a2327 Mon Sep 17 00:00:00 2001 From: fr33domlover Date: Sun, 30 Jun 2019 15:20:40 +0000 Subject: [PATCH] In inbox and notifications views, add missing space between words --- templates/person/inbox.hamlet | 4 ++-- templates/person/notifications.hamlet | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/person/inbox.hamlet b/templates/person/inbox.hamlet index d212d8c..ad4931f 100644 --- a/templates/person/inbox.hamlet +++ b/templates/person/inbox.hamlet @@ -23,9 +23,9 @@ $# . $forall (obj, (time, isRemote)) <- items
$if isRemote - Received + Received # $else - Published + Published # #{showTime time} diff --git a/templates/person/notifications.hamlet b/templates/person/notifications.hamlet index f48d6f5..fb817f8 100644 --- a/templates/person/notifications.hamlet +++ b/templates/person/notifications.hamlet @@ -20,9 +20,9 @@ $# . $forall ((obj, (time, isRemote)), widget, enctype) <- notifications
$if isRemote - Received + Received # $else - Published + Published # #{showTime time}