1
0
Fork 0
mirror of https://code.sup39.dev/repos/Wqawg synced 2024-12-27 03:44:50 +09:00

In inbox and notifications views, add missing space between words

This commit is contained in:
fr33domlover 2019-06-30 15:20:40 +00:00
parent deedc961c5
commit 84d5375319
2 changed files with 4 additions and 4 deletions

View file

@ -23,9 +23,9 @@ $# <http://creativecommons.org/publicdomain/zero/1.0/>.
$forall (obj, (time, isRemote)) <- items
<div>
$if isRemote
Received
Received #
$else
Published
Published #
<a href="#{objectId obj}">
#{showTime time}

View file

@ -20,9 +20,9 @@ $# <http://creativecommons.org/publicdomain/zero/1.0/>.
$forall ((obj, (time, isRemote)), widget, enctype) <- notifications
<div>
$if isRemote
Received
Received #
$else
Published
Published #
<a href="#{objectId obj}">
#{showTime time}