Browse Source

Fix notifications page links (#12838)

Signed-off-by: Andrew Thornton <art27@cantab.net>
tags/v1.13.0-rc1
zeripath 3 years ago
parent
commit
d5e6211987
No account linked to committer's email address
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      routers/user/notification.go

+ 1
- 0
routers/user/notification.go View File

@@ -174,6 +174,7 @@ func NotificationStatusPost(c *context.Context) {
if c.Written() {
return
}
c.Data["Link"] = fmt.Sprintf("%snotifications", setting.AppURL)

c.HTML(http.StatusOK, tplNotificationDiv)
}

Loading…
Cancel
Save