mirror of
https://code.sup39.dev/repos/Wqawg
synced 2024-12-28 11:34:53 +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
|
$forall (obj, (time, isRemote)) <- items
|
||||||
<div>
|
<div>
|
||||||
$if isRemote
|
$if isRemote
|
||||||
Received
|
Received #
|
||||||
$else
|
$else
|
||||||
Published
|
Published #
|
||||||
<a href="#{objectId obj}">
|
<a href="#{objectId obj}">
|
||||||
#{showTime time}
|
#{showTime time}
|
||||||
|
|
||||||
|
|
|
@ -20,9 +20,9 @@ $# <http://creativecommons.org/publicdomain/zero/1.0/>.
|
||||||
$forall ((obj, (time, isRemote)), widget, enctype) <- notifications
|
$forall ((obj, (time, isRemote)), widget, enctype) <- notifications
|
||||||
<div>
|
<div>
|
||||||
$if isRemote
|
$if isRemote
|
||||||
Received
|
Received #
|
||||||
$else
|
$else
|
||||||
Published
|
Published #
|
||||||
<a href="#{objectId obj}">
|
<a href="#{objectId obj}">
|
||||||
#{showTime time}
|
#{showTime time}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue