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:
parent
deedc961c5
commit
84d5375319
2 changed files with 4 additions and 4 deletions
|
@ -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}
|
||||
|
||||
|
|
|
@ -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}
|
||||
|
||||
|
|
Loading…
Reference in a new issue