mirror of
https://code.sup39.dev/repos/Wqawg
synced 2024-12-27 17:24:53 +09:00
UI: Fix typo in comment author link template
This commit is contained in:
parent
b99d864429
commit
5d5919d75a
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ $# <http://creativecommons.org/publicdomain/zero/1.0/>.
|
||||||
$case actor
|
$case actor
|
||||||
$of MessageTreeNodeLocal _lmid authorByKey code name
|
$of MessageTreeNodeLocal _lmid authorByKey code name
|
||||||
<a href=@{renderLocalActor $ hashAuthor authorByKey}>
|
<a href=@{renderLocalActor $ hashAuthor authorByKey}>
|
||||||
code name
|
#{code} #{name}
|
||||||
$of MessageTreeNodeRemote h _luMsg luAuthor mname
|
$of MessageTreeNodeRemote h _luMsg luAuthor mname
|
||||||
<a href="#{renderObjURI $ ObjURI h luAuthor}">
|
<a href="#{renderObjURI $ ObjURI h luAuthor}">
|
||||||
$maybe name <- mname
|
$maybe name <- mname
|
||||||
|
|
Loading…
Reference in a new issue