fix: 关注通知添加用户空间链接跳转
- 消息中心关注通知卡片 now 可点击跳转至关注者空间 (/space/:uid)
This commit is contained in:
@ -99,6 +99,8 @@
|
||||
{{end}}
|
||||
{{else if or (eq $m.NotifyType "audit_approved") (eq $m.NotifyType "audit_rejected")}}
|
||||
{{$link = "/settings"}}
|
||||
{{else if eq $m.NotifyType "follow"}}
|
||||
{{$link = printf "/space/%d" (derefUint $m.RelatedID)}}
|
||||
{{end}}
|
||||
{{if $link}}
|
||||
<a href="{{$link}}" class="msg-card-link">
|
||||
|
||||
Reference in New Issue
Block a user